Color Hex Logo

#cbb25d Color Hex

#CBB25D
(203,178,93)
0 Favorites   0 Comments

Color spaces of #cbb25d

RGB 20317893
HSL0.130.510.58
HSV46°54°80°
CMYK 0.000.120.54   0.20
XYZ42.524845.327616.8637
Yxy45.32760.40610.4329
Hunter Lab67.3258-5.074632.2771
CIE-Lab73.1071-1.664646.2271

#cbb25d color RGB value is (203,178,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 01011101
Octal 313 262 135
Decimal 203 178 93
Hex CB B2 5D

RGB Percentages of Color #cbb25d

%42.83
%37.55
%19.62

CMYK Percentages of Color #cbb25d

%0
%12
%54
%20

Triadic Colors of #cbb25d

#cbb25d #5dcbb2 #b25dcb

Analogous Colors of #cbb25d

#cbb25d #adcb5d #cb7b5d

Monochromatic Colors of #cbb25d

#cbb25d

Complementary Color

#cbb25d #5d76cb

#cbb25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb25d Color CSS Codes

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

#cbb25d Text Font Color

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

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


#cbb25d Background Color

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

This div background color is #cbb25d


#cbb25d Border Color

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

This div border color is #cbb25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb25d


Comments

No comments written yet.

Please login to write comment.