Color Hex Logo

#ccea35 Color Hex

#CCEA35
(204,234,53)
0 Favorites   0 Comments

Color spaces of #ccea35

RGB 20423453
HSL0.190.810.56
HSV70°77°92°
CMYK 0.130.000.77   0.08
XYZ54.967371.940014.3569
Yxy71.94000.38910.5093
Hunter Lab84.8175-32.750849.3363
CIE-Lab87.9397-31.442177.4105

#ccea35 color RGB value is (204,234,53).

#ccea35 hex color red value is 204, green value is 234 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ccea35 hue: 0.19 , saturation: 0.81 and the lightness value of ccea35 is 0.56.

The process color (four color CMYK) of #ccea35 color hex is 0.13, 0.00, 0.77, 0.08. Web safe color of #ccea35 is #ccff33. Color #ccea35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 00110101
Octal 314 352 65
Decimal 204 234 53
Hex CC EA 35

RGB Percentages of Color #ccea35

%41.55
%47.66
%10.79

CMYK Percentages of Color #ccea35

%13
%0
%77
%8

Triadic Colors of #ccea35

#ccea35 #35ccea #ea35cc

Analogous Colors of #ccea35

#ccea35 #72ea35 #eaae35

Monochromatic Colors of #ccea35

#ccea35

Complementary Color

#ccea35 #5335ea

#ccea35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea35 Color CSS Codes

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

#ccea35 Text Font Color

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

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


#ccea35 Background Color

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

This div background color is #ccea35


#ccea35 Border Color

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

This div border color is #ccea35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea35


Comments

No comments written yet.

Please login to write comment.