Color Hex Logo

#dcef97 Color Hex

#DCEF97
(220,239,151)
0 Favorites   0 Comments

Color spaces of #dcef97

RGB 220239151
HSL0.200.730.76
HSV73°37°94°
CMYK 0.080.000.37   0.06
XYZ65.967679.183041.0851
Yxy79.18300.35420.4252
Hunter Lab88.9848-23.395134.9147
CIE-Lab91.3170-19.882340.5060

#dcef97 color RGB value is (220,239,151).

#dcef97 hex color red value is 220, green value is 239 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dcef97 hue: 0.20 , saturation: 0.73 and the lightness value of dcef97 is 0.76.

The process color (four color CMYK) of #dcef97 color hex is 0.08, 0.00, 0.37, 0.06. Web safe color of #dcef97 is #ccff99. Color #dcef97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10010111
Octal 334 357 227
Decimal 220 239 151
Hex DC EF 97

RGB Percentages of Color #dcef97

%36.07
%39.18
%24.75

CMYK Percentages of Color #dcef97

%8
%0
%37
%6

Triadic Colors of #dcef97

#dcef97 #97dcef #ef97dc

Analogous Colors of #dcef97

#dcef97 #b0ef97 #efd697

Monochromatic Colors of #dcef97

#dcef97

Complementary Color

#dcef97 #aa97ef

#dcef97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef97 Color CSS Codes

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

#dcef97 Text Font Color

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

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


#dcef97 Background Color

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

This div background color is #dcef97


#dcef97 Border Color

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

This div border color is #dcef97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef97


Comments

No comments written yet.

Please login to write comment.