Color Hex Logo

#ccca58 Color Hex

#CCCA58
(204,202,88)
0 Favorites   0 Comments

Color spaces of #ccca58

RGB 20420288
HSL0.160.530.57
HSV59°57°80°
CMYK 0.000.010.57   0.20
XYZ47.783855.783017.4812
Yxy55.78300.39480.4608
Hunter Lab74.6880-16.503538.4044
CIE-Lab79.4902-14.022055.9372

#ccca58 color RGB value is (204,202,88).

#ccca58 hex color red value is 204, green value is 202 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ccca58 hue: 0.16 , saturation: 0.53 and the lightness value of ccca58 is 0.57.

The process color (four color CMYK) of #ccca58 color hex is 0.00, 0.01, 0.57, 0.20. Web safe color of #ccca58 is #cccc66. Color #ccca58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01011000
Octal 314 312 130
Decimal 204 202 88
Hex CC CA 58

RGB Percentages of Color #ccca58

%41.30
%40.89
%17.81

CMYK Percentages of Color #ccca58

%0
%1
%57
%20

Triadic Colors of #ccca58

#ccca58 #58ccca #ca58cc

Analogous Colors of #ccca58

#ccca58 #94cc58 #cc9058

Monochromatic Colors of #ccca58

#ccca58

Complementary Color

#ccca58 #585acc

#ccca58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca58 Color CSS Codes

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

#ccca58 Text Font Color

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

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


#ccca58 Background Color

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

This div background color is #ccca58


#ccca58 Border Color

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

This div border color is #ccca58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,202,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 #ccca58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca58


Comments

No comments written yet.

Please login to write comment.