Color Hex Logo

#ccca65 Color Hex

#CCCA65
(204,202,101)
0 Favorites   0 Comments

Color spaces of #ccca65

RGB 204202101
HSL0.160.500.60
HSV59°50°80°
CMYK 0.000.010.50   0.20
XYZ48.371356.018020.5750
Yxy56.01800.38710.4483
Hunter Lab74.8452-15.617236.0928
CIE-Lab79.6241-12.976450.1004

#ccca65 color RGB value is (204,202,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01100101
Octal 314 312 145
Decimal 204 202 101
Hex CC CA 65

RGB Percentages of Color #ccca65

%40.24
%39.84
%19.92

CMYK Percentages of Color #ccca65

%0
%1
%50
%20

Triadic Colors of #ccca65

#ccca65 #65ccca #ca65cc

Analogous Colors of #ccca65

#ccca65 #9bcc65 #cc9765

Monochromatic Colors of #ccca65

#ccca65

Complementary Color

#ccca65 #6567cc

#ccca65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca65 Color CSS Codes

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

#ccca65 Text Font Color

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

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


#ccca65 Background Color

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

This div background color is #ccca65


#ccca65 Border Color

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

This div border color is #ccca65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca65


Comments

No comments written yet.

Please login to write comment.