Color Hex Logo

#ccaf27 Color Hex

#CCAF27
(204,175,39)
0 Favorites   0 Comments

Color spaces of #ccaf27

RGB 20417539
HSL0.140.680.48
HSV49°81°80°
CMYK 0.000.140.81   0.20
XYZ40.598043.64388.2038
Yxy43.64380.43920.4721
Hunter Lab66.0635-5.917438.8817
CIE-Lab71.9898-2.713867.2341

#ccaf27 color RGB value is (204,175,39).

#ccaf27 hex color red value is 204, green value is 175 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ccaf27 hue: 0.14 , saturation: 0.68 and the lightness value of ccaf27 is 0.48.

The process color (four color CMYK) of #ccaf27 color hex is 0.00, 0.14, 0.81, 0.20. Web safe color of #ccaf27 is #cc9933. Color #ccaf27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00100111
Octal 314 257 47
Decimal 204 175 39
Hex CC AF 27

RGB Percentages of Color #ccaf27

%48.80
%41.87
%9.33

CMYK Percentages of Color #ccaf27

%0
%14
%81
%20

Triadic Colors of #ccaf27

#ccaf27 #27ccaf #af27cc

Analogous Colors of #ccaf27

#ccaf27 #97cc27 #cc5d27

Monochromatic Colors of #ccaf27

#ccaf27

Complementary Color

#ccaf27 #2744cc

#ccaf27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf27 Color CSS Codes

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

#ccaf27 Text Font Color

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

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


#ccaf27 Background Color

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

This div background color is #ccaf27


#ccaf27 Border Color

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

This div border color is #ccaf27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf27


Comments

No comments written yet.

Please login to write comment.