Color Hex Logo

#ccbb26 Color Hex

#CCBB26
(204,187,38)
0 Favorites   0 Comments

Color spaces of #ccbb26

RGB 20418738
HSL0.150.690.47
HSV54°81°80°
CMYK 0.000.080.81   0.20
XYZ43.022048.51808.9311
Yxy48.51800.42820.4829
Hunter Lab69.6549-11.646341.1563
CIE-Lab75.1505-8.987770.2576

#ccbb26 color RGB value is (204,187,38).

#ccbb26 hex color red value is 204, green value is 187 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ccbb26 hue: 0.15 , saturation: 0.69 and the lightness value of ccbb26 is 0.47.

The process color (four color CMYK) of #ccbb26 color hex is 0.00, 0.08, 0.81, 0.20. Web safe color of #ccbb26 is #cccc33. Color #ccbb26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 00100110
Octal 314 273 46
Decimal 204 187 38
Hex CC BB 26

RGB Percentages of Color #ccbb26

%47.55
%43.59
%8.86

CMYK Percentages of Color #ccbb26

%0
%8
%81
%20

Triadic Colors of #ccbb26

#ccbb26 #26ccbb #bb26cc

Analogous Colors of #ccbb26

#ccbb26 #8acc26 #cc6826

Monochromatic Colors of #ccbb26

#ccbb26

Complementary Color

#ccbb26 #2637cc

#ccbb26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb26 Color CSS Codes

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

#ccbb26 Text Font Color

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

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


#ccbb26 Background Color

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

This div background color is #ccbb26


#ccbb26 Border Color

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

This div border color is #ccbb26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb26


Comments

No comments written yet.

Please login to write comment.