Color Hex Logo

#cefc9c Color Hex

#CEFC9C
(206,252,156)
0 Favorites   0 Comments

Color spaces of #cefc9c

RGB 206252156
HSL0.250.940.80
HSV89°38°99°
CMYK 0.180.000.38   0.01
XYZ66.264885.142944.3942
Yxy85.14290.33840.4348
Hunter Lab92.2729-33.289736.0655
CIE-Lab93.9447-30.544541.2560

#cefc9c color RGB value is (206,252,156).

#cefc9c hex color red value is 206, green value is 252 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cefc9c hue: 0.25 , saturation: 0.94 and the lightness value of cefc9c is 0.80.

The process color (four color CMYK) of #cefc9c color hex is 0.18, 0.00, 0.38, 0.01. Web safe color of #cefc9c is #ccff99. Color #cefc9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 10011100
Octal 316 374 234
Decimal 206 252 156
Hex CE FC 9C

RGB Percentages of Color #cefc9c

%33.55
%41.04
%25.41

CMYK Percentages of Color #cefc9c

%18
%0
%38
%1

Triadic Colors of #cefc9c

#cefc9c #9ccefc #fc9cce

Analogous Colors of #cefc9c

#cefc9c #9efc9c #fcfa9c

Monochromatic Colors of #cefc9c

#cefc9c

Complementary Color

#cefc9c #ca9cfc

#cefc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefc9c Color CSS Codes

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

#cefc9c Text Font Color

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

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


#cefc9c Background Color

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

This div background color is #cefc9c


#cefc9c Border Color

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

This div border color is #cefc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefc9c


Comments

No comments written yet.

Please login to write comment.