Color Hex Logo

#d0cffa Color Hex

#D0CFFA
(208,207,250)
0 Favorites   0 Comments

Color spaces of #d0cffa

RGB 208207250
HSL0.670.810.90
HSV241°17°98°
CMYK 0.170.170.00   0.02
XYZ65.580664.937799.5202
Yxy64.93770.28510.2823
Hunter Lab80.58394.2445-16.8137
CIE-Lab84.45168.8426-20.9023

#d0cffa color RGB value is (208,207,250).

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

The process color (four color CMYK) of #d0cffa color hex is 0.17, 0.17, 0.00, 0.02. Web safe color of #d0cffa is #ccccff. Color #d0cffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001111 11111010
Octal 320 317 372
Decimal 208 207 250
Hex D0 CF FA

RGB Percentages of Color #d0cffa

%31.28
%31.13
%37.59

CMYK Percentages of Color #d0cffa

%17
%17
%0
%2

Triadic Colors of #d0cffa

#d0cffa #fad0cf #cffad0

Analogous Colors of #d0cffa

#d0cffa #e6cffa #cfe4fa

Monochromatic Colors of #d0cffa

#d0cffa

Complementary Color

#d0cffa #f9facf

#d0cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cffa Color CSS Codes

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

#d0cffa Text Font Color

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

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


#d0cffa Background Color

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

This div background color is #d0cffa


#d0cffa Border Color

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

This div border color is #d0cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cffa


Comments

No comments written yet.

Please login to write comment.