Color Hex Logo

#ceec7a Color Hex

#CEEC7A
(206,236,122)
0 Favorites   0 Comments

Color spaces of #ceec7a

RGB 206236122
HSL0.210.750.70
HSV76°48°93°
CMYK 0.130.000.48   0.07
XYZ58.961974.517929.6881
Yxy74.51790.36140.4567
Hunter Lab86.3238-29.145340.0359
CIE-Lab89.1667-26.874751.6326

#ceec7a color RGB value is (206,236,122).

#ceec7a hex color red value is 206, green value is 236 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ceec7a hue: 0.21 , saturation: 0.75 and the lightness value of ceec7a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 01111010
Octal 316 354 172
Decimal 206 236 122
Hex CE EC 7A

RGB Percentages of Color #ceec7a

%36.52
%41.84
%21.63

CMYK Percentages of Color #ceec7a

%13
%0
%48
%7

Triadic Colors of #ceec7a

#ceec7a #7aceec #ec7ace

Analogous Colors of #ceec7a

#ceec7a #95ec7a #ecd17a

Monochromatic Colors of #ceec7a

#ceec7a

Complementary Color

#ceec7a #987aec

#ceec7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceec7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceec7a Color CSS Codes

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

#ceec7a Text Font Color

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

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


#ceec7a Background Color

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

This div background color is #ceec7a


#ceec7a Border Color

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

This div border color is #ceec7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceec7a


Comments

No comments written yet.

Please login to write comment.