Color Hex Logo

#ceec4c Color Hex

#CEEC4C
(206,236,76)
0 Favorites   0 Comments

Color spaces of #ceec4c

RGB 20623676
HSL0.200.810.61
HSV71°68°93°
CMYK 0.130.000.68   0.07
XYZ56.753673.634518.0591
Yxy73.63450.38230.4960
Hunter Lab85.8105-32.111747.5896
CIE-Lab88.7495-30.467970.7166

#ceec4c color RGB value is (206,236,76).

#ceec4c hex color red value is 206, green value is 236 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ceec4c hue: 0.20 , saturation: 0.81 and the lightness value of ceec4c is 0.61.

The process color (four color CMYK) of #ceec4c color hex is 0.13, 0.00, 0.68, 0.07. Web safe color of #ceec4c is #ccff33. Color #ceec4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 01001100
Octal 316 354 114
Decimal 206 236 76
Hex CE EC 4C

RGB Percentages of Color #ceec4c

%39.77
%45.56
%14.67

CMYK Percentages of Color #ceec4c

%13
%0
%68
%7

Triadic Colors of #ceec4c

#ceec4c #4cceec #ec4cce

Analogous Colors of #ceec4c

#ceec4c #7eec4c #ecba4c

Monochromatic Colors of #ceec4c

#ceec4c

Complementary Color

#ceec4c #6a4cec

#ceec4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec4c Color CSS Codes

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

#ceec4c Text Font Color

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

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


#ceec4c Background Color

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

This div background color is #ceec4c


#ceec4c Border Color

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

This div border color is #ceec4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec4c


Comments

No comments written yet.

Please login to write comment.