Color Hex Logo

#cbbc35 Color Hex

#CBBC35
(203,188,53)
0 Favorites   0 Comments

Color spaces of #cbbc35

RGB 20318853
HSL0.150.590.50
HSV54°74°80°
CMYK 0.000.070.74   0.20
XYZ43.254448.920010.5309
Yxy48.92000.42120.4763
Hunter Lab69.9428-12.011140.0330
CIE-Lab75.4015-9.379865.7841

#cbbc35 color RGB value is (203,188,53).

#cbbc35 hex color red value is 203, green value is 188 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cbbc35 hue: 0.15 , saturation: 0.59 and the lightness value of cbbc35 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 00110101
Octal 313 274 65
Decimal 203 188 53
Hex CB BC 35

RGB Percentages of Color #cbbc35

%45.72
%42.34
%11.94

CMYK Percentages of Color #cbbc35

%0
%7
%74
%20

Triadic Colors of #cbbc35

#cbbc35 #35cbbc #bc35cb

Analogous Colors of #cbbc35

#cbbc35 #8fcb35 #cb7135

Monochromatic Colors of #cbbc35

#cbbc35

Complementary Color

#cbbc35 #3544cb

#cbbc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc35 Color CSS Codes

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

#cbbc35 Text Font Color

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

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


#cbbc35 Background Color

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

This div background color is #cbbc35


#cbbc35 Border Color

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

This div border color is #cbbc35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,188,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbbc35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbbc35;
  -webkit-box-shadow: 1px 1px 3px 2px #cbbc35;
  box-shadow:         1px 1px 3px 2px #cbbc35; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,188,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc35


Comments

No comments written yet.

Please login to write comment.