Color Hex Logo

#d0cef0 Color Hex

#D0CEF0
(208,206,240)
0 Favorites   0 Comments

Color spaces of #d0cef0

RGB 208206240
HSL0.680.530.87
HSV244°14°94°
CMYK 0.130.140.00   0.06
XYZ63.811963.843891.3979
Yxy63.84380.29130.2915
Hunter Lab79.90232.7253-11.8885
CIE-Lab83.88447.2794-16.4494

#d0cef0 color RGB value is (208,206,240).

#d0cef0 hex color red value is 208, green value is 206 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d0cef0 hue: 0.68 , saturation: 0.53 and the lightness value of d0cef0 is 0.87.

The process color (four color CMYK) of #d0cef0 color hex is 0.13, 0.14, 0.00, 0.06. Web safe color of #d0cef0 is #ccccff. Color #d0cef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001110 11110000
Octal 320 316 360
Decimal 208 206 240
Hex D0 CE F0

RGB Percentages of Color #d0cef0

%31.80
%31.50
%36.70

CMYK Percentages of Color #d0cef0

%13
%14
%0
%6

Triadic Colors of #d0cef0

#d0cef0 #f0d0ce #cef0d0

Analogous Colors of #d0cef0

#d0cef0 #e1cef0 #ceddf0

Monochromatic Colors of #d0cef0

#d0cef0

Complementary Color

#d0cef0 #eef0ce

#d0cef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cef0 Color CSS Codes

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

#d0cef0 Text Font Color

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

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


#d0cef0 Background Color

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

This div background color is #d0cef0


#d0cef0 Border Color

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

This div border color is #d0cef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cef0


Comments

No comments written yet.

Please login to write comment.