Color Hex Logo

#cbb238 Color Hex

#CBB238
(203,178,56)
0 Favorites   0 Comments

Color spaces of #cbb238

RGB 20317856
HSL0.140.590.51
HSV50°72°80°
CMYK 0.000.120.72   0.20
XYZ41.262844.822810.2183
Yxy44.82280.42850.4654
Hunter Lab66.9498-7.148337.8157
CIE-Lab72.7751-4.054562.1732

#cbb238 color RGB value is (203,178,56).

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

The process color (four color CMYK) of #cbb238 color hex is 0.00, 0.12, 0.72, 0.20. Web safe color of #cbb238 is #cc9933. Color #cbb238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 00111000
Octal 313 262 70
Decimal 203 178 56
Hex CB B2 38

RGB Percentages of Color #cbb238

%46.45
%40.73
%12.81

CMYK Percentages of Color #cbb238

%0
%12
%72
%20

Triadic Colors of #cbb238

#cbb238 #38cbb2 #b238cb

Analogous Colors of #cbb238

#cbb238 #9bcb38 #cb6938

Monochromatic Colors of #cbb238

#cbb238

Complementary Color

#cbb238 #3851cb

#cbb238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb238 Color CSS Codes

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

#cbb238 Text Font Color

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

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


#cbb238 Background Color

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

This div background color is #cbb238


#cbb238 Border Color

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

This div border color is #cbb238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb238


Comments

No comments written yet.

Please login to write comment.