Color Hex Logo

#cfdefb Color Hex

#CFDEFB
(207,222,251)
0 Favorites   0 Comments

Color spaces of #cfdefb

RGB 207222251
HSL0.610.850.90
HSV220°18°98°
CMYK 0.180.120.00   0.02
XYZ69.266072.4730101.6048
Yxy72.47300.28460.2978
Hunter Lab85.1311-3.7447-11.1715
CIE-Lab88.19580.8300-15.7927

#cfdefb color RGB value is (207,222,251).

#cfdefb hex color red value is 207, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cfdefb hue: 0.61 , saturation: 0.85 and the lightness value of cfdefb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 11111011
Octal 317 336 373
Decimal 207 222 251
Hex CF DE FB

RGB Percentages of Color #cfdefb

%30.44
%32.65
%36.91

CMYK Percentages of Color #cfdefb

%18
%12
%0
%2

Triadic Colors of #cfdefb

#cfdefb #fbcfde #defbcf

Analogous Colors of #cfdefb

#cfdefb #d6cffb #cff4fb

Monochromatic Colors of #cfdefb

#cfdefb

Complementary Color

#cfdefb #fbeccf

#cfdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdefb Color CSS Codes

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

#cfdefb Text Font Color

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

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


#cfdefb Background Color

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

This div background color is #cfdefb


#cfdefb Border Color

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

This div border color is #cfdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdefb

Related Colors

#cfdefb Color Palettes


Comments

No comments written yet.

Please login to write comment.