Color Hex Logo

#d0edca Color Hex

#D0EDCA
(208,237,202)
0 Favorites   0 Comments

Color spaces of #d0edca

RGB 208237202
HSL0.300.490.86
HSV110°15°93°
CMYK 0.120.000.15   0.07
XYZ66.957378.242567.4504
Yxy78.24250.31490.3679
Hunter Lab88.4548-19.677416.7073
CIE-Lab90.8904-15.840713.8016

#d0edca color RGB value is (208,237,202).

#d0edca hex color red value is 208, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d0edca hue: 0.30 , saturation: 0.49 and the lightness value of d0edca is 0.86.

The process color (four color CMYK) of #d0edca color hex is 0.12, 0.00, 0.15, 0.07. Web safe color of #d0edca is #ccffcc. Color #d0edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101101 11001010
Octal 320 355 312
Decimal 208 237 202
Hex D0 ED CA

RGB Percentages of Color #d0edca

%32.15
%36.63
%31.22

CMYK Percentages of Color #d0edca

%12
%0
%15
%7

Triadic Colors of #d0edca

#d0edca #cad0ed #edcad0

Analogous Colors of #d0edca

#d0edca #caedd6 #e2edca

Monochromatic Colors of #d0edca

#d0edca

Complementary Color

#d0edca #e7caed

#d0edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0edca Color CSS Codes

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

#d0edca Text Font Color

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

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


#d0edca Background Color

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

This div background color is #d0edca


#d0edca Border Color

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

This div border color is #d0edca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,237,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0edca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0edca;
  -webkit-box-shadow: 1px 1px 3px 2px #d0edca;
  box-shadow:         1px 1px 3px 2px #d0edca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,237,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0edca


Comments

No comments written yet.

Please login to write comment.