Color Hex Logo

#dcef98 Color Hex

#DCEF98
(220,239,152)
0 Favorites   0 Comments

Color spaces of #dcef98

RGB 220239152
HSL0.200.730.77
HSV73°36°94°
CMYK 0.080.000.36   0.06
XYZ66.049279.215641.5147
Yxy79.21560.35360.4241
Hunter Lab89.0031-23.290734.6469
CIE-Lab91.3318-19.763340.0294

#dcef98 color RGB value is (220,239,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10011000
Octal 334 357 230
Decimal 220 239 152
Hex DC EF 98

RGB Percentages of Color #dcef98

%36.01
%39.12
%24.88

CMYK Percentages of Color #dcef98

%8
%0
%36
%6

Triadic Colors of #dcef98

#dcef98 #98dcef #ef98dc

Analogous Colors of #dcef98

#dcef98 #b1ef98 #efd798

Monochromatic Colors of #dcef98

#dcef98

Complementary Color

#dcef98 #ab98ef

#dcef98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef98 Color CSS Codes

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

#dcef98 Text Font Color

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

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


#dcef98 Background Color

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

This div background color is #dcef98


#dcef98 Border Color

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

This div border color is #dcef98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef98


Comments

No comments written yet.

Please login to write comment.