Color Hex Logo

#cbbe58 Color Hex

#CBBE58
(203,190,88)
0 Favorites   0 Comments

Color spaces of #cbbe58

RGB 20319088
HSL0.150.530.57
HSV53°57°80°
CMYK 0.000.060.57   0.20
XYZ44.803550.228016.5661
Yxy50.22800.40150.4501
Hunter Lab70.8717-11.181835.7513
CIE-Lab76.2090-8.322752.2108

#cbbe58 color RGB value is (203,190,88).

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

The process color (four color CMYK) of #cbbe58 color hex is 0.00, 0.06, 0.57, 0.20. Web safe color of #cbbe58 is #cccc66. Color #cbbe58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01011000
Octal 313 276 130
Decimal 203 190 88
Hex CB BE 58

RGB Percentages of Color #cbbe58

%42.20
%39.50
%18.30

CMYK Percentages of Color #cbbe58

%0
%6
%57
%20

Triadic Colors of #cbbe58

#cbbe58 #58cbbe #be58cb

Analogous Colors of #cbbe58

#cbbe58 #9fcb58 #cb8558

Monochromatic Colors of #cbbe58

#cbbe58

Complementary Color

#cbbe58 #5865cb

#cbbe58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe58 Color CSS Codes

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

#cbbe58 Text Font Color

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

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


#cbbe58 Background Color

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

This div background color is #cbbe58


#cbbe58 Border Color

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

This div border color is #cbbe58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe58


Comments

No comments written yet.

Please login to write comment.