Color Hex Logo

#ccea42 Color Hex

#CCEA42
(204,234,66)
0 Favorites   0 Comments

Color spaces of #ccea42

RGB 20423466
HSL0.200.800.59
HSV71°72°92°
CMYK 0.130.000.72   0.08
XYZ55.308072.076416.1513
Yxy72.07640.38530.5021
Hunter Lab84.8978-32.284648.1489
CIE-Lab88.0054-30.866273.4481

#ccea42 color RGB value is (204,234,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 01000010
Octal 314 352 102
Decimal 204 234 66
Hex CC EA 42

RGB Percentages of Color #ccea42

%40.48
%46.43
%13.10

CMYK Percentages of Color #ccea42

%13
%0
%72
%8

Triadic Colors of #ccea42

#ccea42 #42ccea #ea42cc

Analogous Colors of #ccea42

#ccea42 #78ea42 #eab442

Monochromatic Colors of #ccea42

#ccea42

Complementary Color

#ccea42 #6042ea

#ccea42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea42 Color CSS Codes

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

#ccea42 Text Font Color

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

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


#ccea42 Background Color

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

This div background color is #ccea42


#ccea42 Border Color

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

This div border color is #ccea42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea42


Comments

No comments written yet.

Please login to write comment.