Color Hex Logo

#cfdfeb Color Hex

#CFDFEB
(207,223,235)
0 Favorites   0 Comments

Color spaces of #cfdfeb

RGB 207223235
HSL0.570.410.87
HSV206°12°92°
CMYK 0.120.050.00   0.08
XYZ67.115272.038988.9648
Yxy72.03890.29420.3158
Hunter Lab84.8757-7.3843-2.7334
CIE-Lab87.9873-2.9778-7.6862

#cfdfeb color RGB value is (207,223,235).

#cfdfeb hex color red value is 207, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cfdfeb hue: 0.57 , saturation: 0.41 and the lightness value of cfdfeb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011111 11101011
Octal 317 337 353
Decimal 207 223 235
Hex CF DF EB

RGB Percentages of Color #cfdfeb

%31.13
%33.53
%35.34

CMYK Percentages of Color #cfdfeb

%12
%5
%0
%8

Triadic Colors of #cfdfeb

#cfdfeb #ebcfdf #dfebcf

Analogous Colors of #cfdfeb

#cfdfeb #cfd1eb #cfebe9

Monochromatic Colors of #cfdfeb

#cfdfeb

Complementary Color

#cfdfeb #ebdbcf

#cfdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdfeb Color CSS Codes

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

#cfdfeb Text Font Color

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

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


#cfdfeb Background Color

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

This div background color is #cfdfeb


#cfdfeb Border Color

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

This div border color is #cfdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdfeb


Comments

No comments written yet.

Please login to write comment.