Color Hex Logo

#cbbe48 Color Hex

#CBBE48
(203,190,72)
0 Favorites   0 Comments

Color spaces of #cbbe48

RGB 20319072
HSL0.150.560.54
HSV54°65°80°
CMYK 0.000.060.65   0.20
XYZ44.211849.991313.4500
Yxy49.99130.41070.4644
Hunter Lab70.7045-12.116238.2145
CIE-Lab76.0639-9.418059.1252

#cbbe48 color RGB value is (203,190,72).

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

The process color (four color CMYK) of #cbbe48 color hex is 0.00, 0.06, 0.65, 0.20. Web safe color of #cbbe48 is #cccc33. Color #cbbe48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01001000
Octal 313 276 110
Decimal 203 190 72
Hex CB BE 48

RGB Percentages of Color #cbbe48

%43.66
%40.86
%15.48

CMYK Percentages of Color #cbbe48

%0
%6
%65
%20

Triadic Colors of #cbbe48

#cbbe48 #48cbbe #be48cb

Analogous Colors of #cbbe48

#cbbe48 #97cb48 #cb7d48

Monochromatic Colors of #cbbe48

#cbbe48

Complementary Color

#cbbe48 #4855cb

#cbbe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe48 Color CSS Codes

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

#cbbe48 Text Font Color

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

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


#cbbe48 Background Color

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

This div background color is #cbbe48


#cbbe48 Border Color

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

This div border color is #cbbe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe48


Comments

No comments written yet.

Please login to write comment.