Color Hex Logo

#d0cefa Color Hex

#D0CEFA
(208,206,250)
0 Favorites   0 Comments

Color spaces of #d0cefa

RGB 208206250
HSL0.670.810.89
HSV243°18°98°
CMYK 0.170.180.00   0.02
XYZ65.339164.454699.4397
Yxy64.45460.28500.2812
Hunter Lab80.28364.7765-17.2384
CIE-Lab84.20199.3759-21.2805

#d0cefa color RGB value is (208,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001110 11111010
Octal 320 316 372
Decimal 208 206 250
Hex D0 CE FA

RGB Percentages of Color #d0cefa

%31.33
%31.02
%37.65

CMYK Percentages of Color #d0cefa

%17
%18
%0
%2

Triadic Colors of #d0cefa

#d0cefa #fad0ce #cefad0

Analogous Colors of #d0cefa

#d0cefa #e6cefa #cee2fa

Monochromatic Colors of #d0cefa

#d0cefa

Complementary Color

#d0cefa #f8face

#d0cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cefa Color CSS Codes

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

#d0cefa Text Font Color

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

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


#d0cefa Background Color

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

This div background color is #d0cefa


#d0cefa Border Color

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

This div border color is #d0cefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,206,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 #d0cefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cefa

Related Colors


Comments

No comments written yet.

Please login to write comment.