Color Hex Logo

#cfdcee Color Hex

#CFDCEE
(207,220,238)
0 Favorites   0 Comments

Color spaces of #cfdcee

RGB 207220238
HSL0.600.480.87
HSV215°13°93°
CMYK 0.130.080.00   0.07
XYZ66.757970.624891.0024
Yxy70.62480.29230.3092
Hunter Lab84.0386-5.2720-5.3761
CIE-Lab87.3024-0.8171-10.2838

#cfdcee color RGB value is (207,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 11101110
Octal 317 334 356
Decimal 207 220 238
Hex CF DC EE

RGB Percentages of Color #cfdcee

%31.13
%33.08
%35.79

CMYK Percentages of Color #cfdcee

%13
%8
%0
%7

Triadic Colors of #cfdcee

#cfdcee #eecfdc #dceecf

Analogous Colors of #cfdcee

#cfdcee #d2cfee #cfecee

Monochromatic Colors of #cfdcee

#cfdcee

Complementary Color

#cfdcee #eee1cf

#cfdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdcee Color CSS Codes

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

#cfdcee Text Font Color

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

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


#cfdcee Background Color

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

This div background color is #cfdcee


#cfdcee Border Color

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

This div border color is #cfdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdcee


Comments

No comments written yet.

Please login to write comment.