Color Hex Logo

#ceefac Color Hex

#CEEFAC
(206,239,172)
0 Favorites   0 Comments

Color spaces of #ceefac

RGB 206239172
HSL0.250.680.81
HSV90°28°94°
CMYK 0.140.000.28   0.06
XYZ63.766577.833450.6922
Yxy77.83340.33160.4048
Hunter Lab88.2232-25.373427.6888
CIE-Lab90.7038-22.218728.9631

#ceefac color RGB value is (206,239,172).

#ceefac hex color red value is 206, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ceefac hue: 0.25 , saturation: 0.68 and the lightness value of ceefac is 0.81.

The process color (four color CMYK) of #ceefac color hex is 0.14, 0.00, 0.28, 0.06. Web safe color of #ceefac is #ccff99. Color #ceefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10101100
Octal 316 357 254
Decimal 206 239 172
Hex CE EF AC

RGB Percentages of Color #ceefac

%33.39
%38.74
%27.88

CMYK Percentages of Color #ceefac

%14
%0
%28
%6

Triadic Colors of #ceefac

#ceefac #acceef #efacce

Analogous Colors of #ceefac

#ceefac #adefac #efefac

Monochromatic Colors of #ceefac

#ceefac

Complementary Color

#ceefac #cdacef

#ceefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefac Color CSS Codes

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

#ceefac Text Font Color

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

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


#ceefac Background Color

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

This div background color is #ceefac


#ceefac Border Color

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

This div border color is #ceefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefac


Comments

No comments written yet.

Please login to write comment.