Color Hex Logo

#cefac4 Color Hex

#CEFAC4
(206,250,196)
0 Favorites   0 Comments

Color spaces of #cefac4

RGB 206250196
HSL0.300.840.87
HSV109°22°98°
CMYK 0.180.000.22   0.02
XYZ69.603085.478565.0551
Yxy85.47850.31620.3883
Hunter Lab92.4546-27.414622.9992
CIE-Lab94.0889-23.843021.3587

#cefac4 color RGB value is (206,250,196).

#cefac4 hex color red value is 206, green value is 250 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cefac4 hue: 0.30 , saturation: 0.84 and the lightness value of cefac4 is 0.87.

The process color (four color CMYK) of #cefac4 color hex is 0.18, 0.00, 0.22, 0.02. Web safe color of #cefac4 is #ccffcc. Color #cefac4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11000100
Octal 316 372 304
Decimal 206 250 196
Hex CE FA C4

RGB Percentages of Color #cefac4

%31.60
%38.34
%30.06

CMYK Percentages of Color #cefac4

%18
%0
%22
%2

Triadic Colors of #cefac4

#cefac4 #c4cefa #fac4ce

Analogous Colors of #cefac4

#cefac4 #c4fad5 #e9fac4

Monochromatic Colors of #cefac4

#cefac4

Complementary Color

#cefac4 #f0c4fa

#cefac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefac4 Color CSS Codes

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

#cefac4 Text Font Color

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

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


#cefac4 Background Color

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

This div background color is #cefac4


#cefac4 Border Color

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

This div border color is #cefac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefac4


Comments

No comments written yet.

Please login to write comment.