Color Hex Logo

#ceec4f Color Hex

#CEEC4F
(206,236,79)
0 Favorites   0 Comments

Color spaces of #ceec4f

RGB 20623679
HSL0.200.810.62
HSV71°67°93°
CMYK 0.130.000.67   0.07
XYZ56.860373.677218.6214
Yxy73.67720.38120.4940
Hunter Lab85.8354-31.967547.2222
CIE-Lab88.7697-30.291569.6226

#ceec4f color RGB value is (206,236,79).

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

The process color (four color CMYK) of #ceec4f color hex is 0.13, 0.00, 0.67, 0.07. Web safe color of #ceec4f is #ccff66. Color #ceec4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 01001111
Octal 316 354 117
Decimal 206 236 79
Hex CE EC 4F

RGB Percentages of Color #ceec4f

%39.54
%45.30
%15.16

CMYK Percentages of Color #ceec4f

%13
%0
%67
%7

Triadic Colors of #ceec4f

#ceec4f #4fceec #ec4fce

Analogous Colors of #ceec4f

#ceec4f #80ec4f #ecbc4f

Monochromatic Colors of #ceec4f

#ceec4f

Complementary Color

#ceec4f #6d4fec

#ceec4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec4f Color CSS Codes

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

#ceec4f Text Font Color

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

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


#ceec4f Background Color

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

This div background color is #ceec4f


#ceec4f Border Color

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

This div border color is #ceec4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec4f


Comments

No comments written yet.

Please login to write comment.