Color Hex Logo

#cbb253 Color Hex

#CBB253
(203,178,83)
0 Favorites   0 Comments

Color spaces of #cbb253

RGB 20317883
HSL0.130.540.56
HSV48°59°80°
CMYK 0.000.120.59   0.20
XYZ42.110345.161814.6813
Yxy45.16180.41300.4430
Hunter Lab67.2025-5.753234.0891
CIE-Lab72.9983-2.442350.8885

#cbb253 color RGB value is (203,178,83).

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

The process color (four color CMYK) of #cbb253 color hex is 0.00, 0.12, 0.59, 0.20. Web safe color of #cbb253 is #cc9966. Color #cbb253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 01010011
Octal 313 262 123
Decimal 203 178 83
Hex CB B2 53

RGB Percentages of Color #cbb253

%43.75
%38.36
%17.89

CMYK Percentages of Color #cbb253

%0
%12
%59
%20

Triadic Colors of #cbb253

#cbb253 #53cbb2 #b253cb

Analogous Colors of #cbb253

#cbb253 #a8cb53 #cb7653

Monochromatic Colors of #cbb253

#cbb253

Complementary Color

#cbb253 #536ccb

#cbb253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb253 Color CSS Codes

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

#cbb253 Text Font Color

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

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


#cbb253 Background Color

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

This div background color is #cbb253


#cbb253 Border Color

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

This div border color is #cbb253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb253


Comments

No comments written yet.

Please login to write comment.