Color Hex Logo

#cfebee Color Hex

#CFEBEE
(207,235,238)
0 Favorites   0 Comments

Color spaces of #cfebee

RGB 207235238
HSL0.520.480.87
HSV186°13°93°
CMYK 0.130.010.00   0.07
XYZ70.873178.855192.3741
Yxy78.85510.29270.3257
Hunter Lab88.8004-12.93680.4842
CIE-Lab91.1687-8.5311-4.5596

#cfebee color RGB value is (207,235,238).

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

The process color (four color CMYK) of #cfebee color hex is 0.13, 0.01, 0.00, 0.07. Web safe color of #cfebee is #ccffff. Color #cfebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 11101110
Octal 317 353 356
Decimal 207 235 238
Hex CF EB EE

RGB Percentages of Color #cfebee

%30.44
%34.56
%35.00

CMYK Percentages of Color #cfebee

%13
%1
%0
%7

Triadic Colors of #cfebee

#cfebee #eecfeb #ebeecf

Analogous Colors of #cfebee

#cfebee #cfdcee #cfeee2

Monochromatic Colors of #cfebee

#cfebee

Complementary Color

#cfebee #eed2cf

#cfebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfebee Color CSS Codes

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

#cfebee Text Font Color

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

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


#cfebee Background Color

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

This div background color is #cfebee


#cfebee Border Color

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

This div border color is #cfebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfebee


Comments

No comments written yet.

Please login to write comment.