Color Hex Logo

#cfdbee Color Hex

#CFDBEE
(207,219,238)
0 Favorites   0 Comments

Color spaces of #cfdbee

RGB 207219238
HSL0.600.480.87
HSV217°13°93°
CMYK 0.130.080.00   0.07
XYZ66.496370.101590.9151
Yxy70.10150.29230.3081
Hunter Lab83.7266-4.7556-5.7718
CIE-Lab87.0466-0.2959-10.6645

#cfdbee color RGB value is (207,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 11101110
Octal 317 333 356
Decimal 207 219 238
Hex CF DB EE

RGB Percentages of Color #cfdbee

%31.17
%32.98
%35.84

CMYK Percentages of Color #cfdbee

%13
%8
%0
%7

Triadic Colors of #cfdbee

#cfdbee #eecfdb #dbeecf

Analogous Colors of #cfdbee

#cfdbee #d3cfee #cfebee

Monochromatic Colors of #cfdbee

#cfdbee

Complementary Color

#cfdbee #eee2cf

#cfdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdbee Color CSS Codes

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

#cfdbee Text Font Color

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

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


#cfdbee Background Color

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

This div background color is #cfdbee


#cfdbee Border Color

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

This div border color is #cfdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdbee


Comments

No comments written yet.

Please login to write comment.