Color Hex Logo

#cbbe30 Color Hex

#CBBE30
(203,190,48)
0 Favorites   0 Comments

Color spaces of #cbbe30

RGB 20319048
HSL0.150.620.49
HSV55°76°80°
CMYK 0.000.060.76   0.20
XYZ43.575649.736810.0998
Yxy49.73680.42140.4810
Hunter Lab70.5243-13.125940.8761
CIE-Lab75.9074-10.610767.9266

#cbbe30 color RGB value is (203,190,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 00110000
Octal 313 276 60
Decimal 203 190 48
Hex CB BE 30

RGB Percentages of Color #cbbe30

%46.03
%43.08
%10.88

CMYK Percentages of Color #cbbe30

%0
%6
%76
%20

Triadic Colors of #cbbe30

#cbbe30 #30cbbe #be30cb

Analogous Colors of #cbbe30

#cbbe30 #8bcb30 #cb7130

Monochromatic Colors of #cbbe30

#cbbe30

Complementary Color

#cbbe30 #303dcb

#cbbe30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe30 Color CSS Codes

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

#cbbe30 Text Font Color

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

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


#cbbe30 Background Color

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

This div background color is #cbbe30


#cbbe30 Border Color

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

This div border color is #cbbe30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe30


Comments

No comments written yet.

Please login to write comment.