Color Hex Logo

#dcef7b Color Hex

#DCEF7B
(220,239,123)
0 Favorites   0 Comments

Color spaces of #dcef7b

RGB 220239123
HSL0.190.780.71
HSV70°49°94°
CMYK 0.080.000.49   0.06
XYZ63.956978.378730.4966
Yxy78.37870.37010.4535
Hunter Lab88.5317-25.979041.5485
CIE-Lab90.9524-22.855053.5447

#dcef7b color RGB value is (220,239,123).

#dcef7b hex color red value is 220, green value is 239 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dcef7b hue: 0.19 , saturation: 0.78 and the lightness value of dcef7b is 0.71.

The process color (four color CMYK) of #dcef7b color hex is 0.08, 0.00, 0.49, 0.06. Web safe color of #dcef7b is #ccff66. Color #dcef7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01111011
Octal 334 357 173
Decimal 220 239 123
Hex DC EF 7B

RGB Percentages of Color #dcef7b

%37.80
%41.07
%21.13

CMYK Percentages of Color #dcef7b

%8
%0
%49
%6

Triadic Colors of #dcef7b

#dcef7b #7bdcef #ef7bdc

Analogous Colors of #dcef7b

#dcef7b #a2ef7b #efc87b

Monochromatic Colors of #dcef7b

#dcef7b

Complementary Color

#dcef7b #8e7bef

#dcef7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef7b Color CSS Codes

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

#dcef7b Text Font Color

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

This sample text font color is #dcef7b
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.


#dcef7b Background Color

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

This div background color is #dcef7b


#dcef7b Border Color

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

This div border color is #dcef7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef7b


Comments

No comments written yet.

Please login to write comment.