Color Hex Logo

#ccba54 Color Hex

#CCBA54
(204,186,84)
0 Favorites   0 Comments

Color spaces of #ccba54

RGB 20418684
HSL0.140.540.56
HSV51°59°80°
CMYK 0.000.090.59   0.20
XYZ44.061048.595315.4451
Yxy48.59530.40760.4495
Hunter Lab69.7103-9.170635.6609
CIE-Lab75.1989-6.130352.9340

#ccba54 color RGB value is (204,186,84).

#ccba54 hex color red value is 204, green value is 186 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ccba54 hue: 0.14 , saturation: 0.54 and the lightness value of ccba54 is 0.56.

The process color (four color CMYK) of #ccba54 color hex is 0.00, 0.09, 0.59, 0.20. Web safe color of #ccba54 is #cccc66. Color #ccba54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01010100
Octal 314 272 124
Decimal 204 186 84
Hex CC BA 54

RGB Percentages of Color #ccba54

%43.04
%39.24
%17.72

CMYK Percentages of Color #ccba54

%0
%9
%59
%20

Triadic Colors of #ccba54

#ccba54 #54ccba #ba54cc

Analogous Colors of #ccba54

#ccba54 #a2cc54 #cc7e54

Monochromatic Colors of #ccba54

#ccba54

Complementary Color

#ccba54 #5466cc

#ccba54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba54 Color CSS Codes

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

#ccba54 Text Font Color

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

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


#ccba54 Background Color

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

This div background color is #ccba54


#ccba54 Border Color

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

This div border color is #ccba54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba54


Comments

No comments written yet.

Please login to write comment.