Color Hex Logo

#ceea3e Color Hex

#CEEA3E
(206,234,62)
0 Favorites   0 Comments

Color spaces of #ceea3e

RGB 20623462
HSL0.190.800.58
HSV70°74°92°
CMYK 0.120.000.74   0.08
XYZ55.745972.315215.5775
Yxy72.31520.38810.5035
Hunter Lab85.0383-31.803548.6660
CIE-Lab88.1201-30.261974.9148

#ceea3e color RGB value is (206,234,62).

#ceea3e hex color red value is 206, green value is 234 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ceea3e hue: 0.19 , saturation: 0.80 and the lightness value of ceea3e is 0.58.

The process color (four color CMYK) of #ceea3e color hex is 0.12, 0.00, 0.74, 0.08. Web safe color of #ceea3e is #ccff33. Color #ceea3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 00111110
Octal 316 352 76
Decimal 206 234 62
Hex CE EA 3E

RGB Percentages of Color #ceea3e

%41.04
%46.61
%12.35

CMYK Percentages of Color #ceea3e

%12
%0
%74
%8

Triadic Colors of #ceea3e

#ceea3e #3eceea #ea3ece

Analogous Colors of #ceea3e

#ceea3e #78ea3e #eab03e

Monochromatic Colors of #ceea3e

#ceea3e

Complementary Color

#ceea3e #5a3eea

#ceea3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceea3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceea3e Color CSS Codes

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

#ceea3e Text Font Color

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

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


#ceea3e Background Color

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

This div background color is #ceea3e


#ceea3e Border Color

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

This div border color is #ceea3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceea3e


Comments

No comments written yet.

Please login to write comment.