Color Hex Logo

#cbbc52 Color Hex

#CBBC52
(203,188,82)
0 Favorites   0 Comments

Color spaces of #cbbc52

RGB 20318882
HSL0.150.540.56
HSV53°60°80°
CMYK 0.000.070.60   0.20
XYZ44.134849.272115.1670
Yxy49.27210.40650.4538
Hunter Lab70.1941-10.607136.3249
CIE-Lab75.6203-7.730954.2904

#cbbc52 color RGB value is (203,188,82).

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

The process color (four color CMYK) of #cbbc52 color hex is 0.00, 0.07, 0.60, 0.20. Web safe color of #cbbc52 is #cccc66. Color #cbbc52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01010010
Octal 313 274 122
Decimal 203 188 82
Hex CB BC 52

RGB Percentages of Color #cbbc52

%42.92
%39.75
%17.34

CMYK Percentages of Color #cbbc52

%0
%7
%60
%20

Triadic Colors of #cbbc52

#cbbc52 #52cbbc #bc52cb

Analogous Colors of #cbbc52

#cbbc52 #9ecb52 #cb8052

Monochromatic Colors of #cbbc52

#cbbc52

Complementary Color

#cbbc52 #5261cb

#cbbc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc52 Color CSS Codes

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

#cbbc52 Text Font Color

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

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


#cbbc52 Background Color

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

This div background color is #cbbc52


#cbbc52 Border Color

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

This div border color is #cbbc52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc52


Comments

No comments written yet.

Please login to write comment.