Color Hex Logo

#cfdbef Color Hex

#CFDBEF
(207,219,239)
0 Favorites   0 Comments

Color spaces of #cfdbef

RGB 207219239
HSL0.600.500.87
HSV218°13°94°
CMYK 0.130.080.00   0.06
XYZ66.643670.160491.6912
Yxy70.16040.29170.3071
Hunter Lab83.7618-4.5628-6.2695
CIE-Lab87.0755-0.0928-11.1491

#cfdbef color RGB value is (207,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011011 11101111
Octal 317 333 357
Decimal 207 219 239
Hex CF DB EF

RGB Percentages of Color #cfdbef

%31.13
%32.93
%35.94

CMYK Percentages of Color #cfdbef

%13
%8
%0
%6

Triadic Colors of #cfdbef

#cfdbef #efcfdb #dbefcf

Analogous Colors of #cfdbef

#cfdbef #d3cfef #cfebef

Monochromatic Colors of #cfdbef

#cfdbef

Complementary Color

#cfdbef #efe3cf

#cfdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdbef Color CSS Codes

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

#cfdbef Text Font Color

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

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


#cfdbef Background Color

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

This div background color is #cfdbef


#cfdbef Border Color

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

This div border color is #cfdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdbef


Comments

No comments written yet.

Please login to write comment.