color codes Logo

#effebc color codes

#EFFEBC
(239,254,188)
0 Favorites   0 Comments

Color spaces of #effebc

RGB 239254188
HSL0.200.970.87
HSV74°26°100°
CMYK 0.060.000.26   0.00
XYZ80.115592.865261.2792
Yxy92.86520.34200.3964
Hunter Lab96.3666-20.243529.7543
CIE-Lab97.1729-15.501630.0001

#effebc color RGB value is (239,254,188).

#effebc hex color red value is 239, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #effebc hue: 0.20 , saturation: 0.97 and the lightness value of effebc is 0.87.

The process color (four color CMYK) of #effebc color code is 0.06, 0.00, 0.26, 0.00. Web safe color of #effebc is #ffffcc. Color #effebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10111100
Octal 357 376 274
Decimal 239 254 188
Hex EF FE BC

RGB Percentages of Color #effebc

%35.10
%37.30
%27.61

CMYK Percentages of Color #effebc

%6
%0
%26
%0

Triadic Colors of #effebc

#effebc #bceffe #febcef

Analogous Colors of #effebc

#effebc #cefebc #feecbc

Monochromatic Colors of #effebc

#effebc

Complementary Color

#effebc #cbbcfe

#effebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#effebc Color CSS Codes

.mybgcolor {background-color:#effebc; } 
.myforecolor {color:#effebc; }
.mybordercolor {border:3px solid #effebc; }

#effebc Text Font Color

<p style="color:#effebc">Text here</p>

This sample text font color is #effebc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#effebc Background Color

<div style="background-color:#effebc">
Div content here</div>

This div background color is #effebc


#effebc Border Color

<div style="border:3px solid #effebc">
Div here</div>

This div border color is #effebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,254,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #effebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #effebc;
  -webkit-box-shadow: 1px 1px 3px 2px #effebc;
  box-shadow:         1px 1px 3px 2px #effebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,254,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #effebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #effebc;
  -webkit-box-shadow: 1px 1px 3px 2px #effebc;
  box-shadow:         1px 1px 3px 2px #effebc;">
Div content here</div>

This div box has shadow with color #effebc

Related Colors


Comments

No comments written yet.

Please login to write comment.