Color Hex Logo

#cfdcec Color Hex

#CFDCEC
(207,220,236)
0 Favorites   0 Comments

Color spaces of #cfdcec

RGB 207220236
HSL0.590.430.87
HSV213°12°93°
CMYK 0.120.070.00   0.07
XYZ66.465670.507989.4632
Yxy70.50790.29350.3114
Hunter Lab83.9690-5.6541-4.3911
CIE-Lab87.2454-1.2209-9.3139

#cfdcec color RGB value is (207,220,236).

#cfdcec hex color red value is 207, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfdcec hue: 0.59 , saturation: 0.43 and the lightness value of cfdcec is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 11101100
Octal 317 334 354
Decimal 207 220 236
Hex CF DC EC

RGB Percentages of Color #cfdcec

%31.22
%33.18
%35.60

CMYK Percentages of Color #cfdcec

%12
%7
%0
%7

Triadic Colors of #cfdcec

#cfdcec #eccfdc #dceccf

Analogous Colors of #cfdcec

#cfdcec #d1cfec #cfebec

Monochromatic Colors of #cfdcec

#cfdcec

Complementary Color

#cfdcec #ecdfcf

#cfdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdcec Color CSS Codes

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

#cfdcec Text Font Color

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

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


#cfdcec Background Color

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

This div background color is #cfdcec


#cfdcec Border Color

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

This div border color is #cfdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdcec

#cfdcec Color Palettes


Comments

No comments written yet.

Please login to write comment.