Color Hex Logo

#cfebf0 Color Hex

#CFEBF0
(207,235,240)
0 Favorites   0 Comments

Color spaces of #cfebf0

RGB 207235240
HSL0.530.520.88
HSV189°14°94°
CMYK 0.140.020.00   0.06
XYZ71.168678.973393.9305
Yxy78.97330.29160.3236
Hunter Lab88.8669-12.5663-0.4615
CIE-Lab91.2222-8.1325-5.5247

#cfebf0 color RGB value is (207,235,240).

#cfebf0 hex color red value is 207, green value is 235 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #cfebf0 hue: 0.53 , saturation: 0.52 and the lightness value of cfebf0 is 0.88.

The process color (four color CMYK) of #cfebf0 color hex is 0.14, 0.02, 0.00, 0.06. Web safe color of #cfebf0 is #ccffff. Color #cfebf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 11110000
Octal 317 353 360
Decimal 207 235 240
Hex CF EB F0

RGB Percentages of Color #cfebf0

%30.35
%34.46
%35.19

CMYK Percentages of Color #cfebf0

%14
%2
%0
%6

Triadic Colors of #cfebf0

#cfebf0 #f0cfeb #ebf0cf

Analogous Colors of #cfebf0

#cfebf0 #cfdbf0 #cff0e5

Monochromatic Colors of #cfebf0

#cfebf0

Complementary Color

#cfebf0 #f0d4cf

#cfebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfebf0 Color CSS Codes

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

#cfebf0 Text Font Color

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

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


#cfebf0 Background Color

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

This div background color is #cfebf0


#cfebf0 Border Color

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

This div border color is #cfebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfebf0

#cfebf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.