Color Hex Logo

#d0cfeb Color Hex

#D0CFEB
(208,207,235)
0 Favorites   0 Comments

Color spaces of #d0cfeb

RGB 208207235
HSL0.670.410.87
HSV242°12°92°
CMYK 0.110.120.00   0.08
XYZ63.320664.033787.6196
Yxy64.03370.29460.2979
Hunter Lab80.02111.2101-8.9052
CIE-Lab83.98335.7264-13.6424

#d0cfeb color RGB value is (208,207,235).

#d0cfeb hex color red value is 208, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d0cfeb hue: 0.67 , saturation: 0.41 and the lightness value of d0cfeb is 0.87.

The process color (four color CMYK) of #d0cfeb color hex is 0.11, 0.12, 0.00, 0.08. Web safe color of #d0cfeb is #ccccff. Color #d0cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001111 11101011
Octal 320 317 353
Decimal 208 207 235
Hex D0 CF EB

RGB Percentages of Color #d0cfeb

%32.00
%31.85
%36.15

CMYK Percentages of Color #d0cfeb

%11
%12
%0
%8

Triadic Colors of #d0cfeb

#d0cfeb #ebd0cf #cfebd0

Analogous Colors of #d0cfeb

#d0cfeb #decfeb #cfdceb

Monochromatic Colors of #d0cfeb

#d0cfeb

Complementary Color

#d0cfeb #eaebcf

#d0cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cfeb Color CSS Codes

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

#d0cfeb Text Font Color

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

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


#d0cfeb Background Color

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

This div background color is #d0cfeb


#d0cfeb Border Color

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

This div border color is #d0cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cfeb


Comments

No comments written yet.

Please login to write comment.