Color Hex Logo

#ccbd36 Color Hex

#CCBD36
(204,189,54)
0 Favorites   0 Comments

Color spaces of #ccbd36

RGB 20418954
HSL0.150.600.51
HSV54°74°80°
CMYK 0.000.070.74   0.20
XYZ43.765349.498910.7376
Yxy49.49890.42080.4759
Hunter Lab70.3555-12.084440.2000
CIE-Lab75.7607-9.419465.8065

#ccbd36 color RGB value is (204,189,54).

#ccbd36 hex color red value is 204, green value is 189 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ccbd36 hue: 0.15 , saturation: 0.60 and the lightness value of ccbd36 is 0.51.

The process color (four color CMYK) of #ccbd36 color hex is 0.00, 0.07, 0.74, 0.20. Web safe color of #ccbd36 is #cccc33. Color #ccbd36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00110110
Octal 314 275 66
Decimal 204 189 54
Hex CC BD 36

RGB Percentages of Color #ccbd36

%45.64
%42.28
%12.08

CMYK Percentages of Color #ccbd36

%0
%7
%74
%20

Triadic Colors of #ccbd36

#ccbd36 #36ccbd #bd36cc

Analogous Colors of #ccbd36

#ccbd36 #90cc36 #cc7236

Monochromatic Colors of #ccbd36

#ccbd36

Complementary Color

#ccbd36 #3645cc

#ccbd36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd36 Color CSS Codes

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

#ccbd36 Text Font Color

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

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


#ccbd36 Background Color

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

This div background color is #ccbd36


#ccbd36 Border Color

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

This div border color is #ccbd36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd36


Comments

No comments written yet.

Please login to write comment.