Color Hex Logo

#ceea7c Color Hex

#CEEA7C
(206,234,124)
0 Favorites   0 Comments

Color spaces of #ceea7c

RGB 206234124
HSL0.210.720.70
HSV75°47°92°
CMYK 0.120.000.47   0.08
XYZ58.514573.422730.1567
Yxy73.42270.36100.4530
Hunter Lab85.6870-28.057139.1144
CIE-Lab88.6489-25.724350.0611

#ceea7c color RGB value is (206,234,124).

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

The process color (four color CMYK) of #ceea7c color hex is 0.12, 0.00, 0.47, 0.08. Web safe color of #ceea7c is #ccff66. Color #ceea7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 01111100
Octal 316 352 174
Decimal 206 234 124
Hex CE EA 7C

RGB Percentages of Color #ceea7c

%36.52
%41.49
%21.99

CMYK Percentages of Color #ceea7c

%12
%0
%47
%8

Triadic Colors of #ceea7c

#ceea7c #7cceea #ea7cce

Analogous Colors of #ceea7c

#ceea7c #97ea7c #eacf7c

Monochromatic Colors of #ceea7c

#ceea7c

Complementary Color

#ceea7c #987cea

#ceea7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea7c Color CSS Codes

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

#ceea7c Text Font Color

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

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


#ceea7c Background Color

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

This div background color is #ceea7c


#ceea7c Border Color

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

This div border color is #ceea7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea7c


Comments

No comments written yet.

Please login to write comment.