Color Hex Logo

#ccea58 Color Hex

#CCEA58
(204,234,88)
0 Favorites   0 Comments

Color spaces of #ccea58

RGB 20423488
HSL0.200.780.63
HSV72°62°92°
CMYK 0.130.000.62   0.08
XYZ56.086172.387620.2487
Yxy72.38760.37710.4867
Hunter Lab85.0809-31.222845.4460
CIE-Lab88.1548-29.562065.4186

#ccea58 color RGB value is (204,234,88).

#ccea58 hex color red value is 204, green value is 234 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ccea58 hue: 0.20 , saturation: 0.78 and the lightness value of ccea58 is 0.63.

The process color (four color CMYK) of #ccea58 color hex is 0.13, 0.00, 0.62, 0.08. Web safe color of #ccea58 is #ccff66. Color #ccea58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 01011000
Octal 314 352 130
Decimal 204 234 88
Hex CC EA 58

RGB Percentages of Color #ccea58

%38.78
%44.49
%16.73

CMYK Percentages of Color #ccea58

%13
%0
%62
%8

Triadic Colors of #ccea58

#ccea58 #58ccea #ea58cc

Analogous Colors of #ccea58

#ccea58 #83ea58 #eabf58

Monochromatic Colors of #ccea58

#ccea58

Complementary Color

#ccea58 #7658ea

#ccea58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea58 Color CSS Codes

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

#ccea58 Text Font Color

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

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


#ccea58 Background Color

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

This div background color is #ccea58


#ccea58 Border Color

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

This div border color is #ccea58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea58


Comments

No comments written yet.

Please login to write comment.