Color Hex Logo

#ceec2a Color Hex

#CEEC2A
(206,236,42)
0 Favorites   0 Comments

Color spaces of #ceec2a

RGB 20623642
HSL0.190.840.55
HSV69°82°93°
CMYK 0.130.000.82   0.07
XYZ55.867073.279913.3904
Yxy73.27990.39190.5141
Hunter Lab85.6037-33.313150.6482
CIE-Lab88.5810-31.946080.8538

#ceec2a color RGB value is (206,236,42).

#ceec2a hex color red value is 206, green value is 236 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ceec2a hue: 0.19 , saturation: 0.84 and the lightness value of ceec2a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 00101010
Octal 316 354 52
Decimal 206 236 42
Hex CE EC 2A

RGB Percentages of Color #ceec2a

%42.56
%48.76
%8.68

CMYK Percentages of Color #ceec2a

%13
%0
%82
%7

Triadic Colors of #ceec2a

#ceec2a #2aceec #ec2ace

Analogous Colors of #ceec2a

#ceec2a #6dec2a #eca92a

Monochromatic Colors of #ceec2a

#ceec2a

Complementary Color

#ceec2a #482aec

#ceec2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec2a Color CSS Codes

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

#ceec2a Text Font Color

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

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


#ceec2a Background Color

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

This div background color is #ceec2a


#ceec2a Border Color

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

This div border color is #ceec2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec2a


Comments

No comments written yet.

Please login to write comment.