Color Hex Logo

#ceea82 Color Hex

#CEEA82
(206,234,130)
0 Favorites   0 Comments

Color spaces of #ceea82

RGB 206234130
HSL0.210.710.71
HSV76°44°92°
CMYK 0.120.000.44   0.08
XYZ58.905773.579232.2166
Yxy73.57920.35770.4467
Hunter Lab85.7783-27.532537.7767
CIE-Lab88.7232-25.098847.2860

#ceea82 color RGB value is (206,234,130).

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

The process color (four color CMYK) of #ceea82 color hex is 0.12, 0.00, 0.44, 0.08. Web safe color of #ceea82 is #ccff99. Color #ceea82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10000010
Octal 316 352 202
Decimal 206 234 130
Hex CE EA 82

RGB Percentages of Color #ceea82

%36.14
%41.05
%22.81

CMYK Percentages of Color #ceea82

%12
%0
%44
%8

Triadic Colors of #ceea82

#ceea82 #82ceea #ea82ce

Analogous Colors of #ceea82

#ceea82 #9aea82 #ead282

Monochromatic Colors of #ceea82

#ceea82

Complementary Color

#ceea82 #9e82ea

#ceea82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea82 Color CSS Codes

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

#ceea82 Text Font Color

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

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


#ceea82 Background Color

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

This div background color is #ceea82


#ceea82 Border Color

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

This div border color is #ceea82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea82

#ceea82 Color Palettes


Comments

No comments written yet.

Please login to write comment.