Color Hex Logo

#cbae58 Color Hex

#CBAE58
(203,174,88)
0 Favorites   0 Comments

Color spaces of #cbae58

RGB 20317488
HSL0.120.530.57
HSV45°57°80°
CMYK 0.000.140.57   0.20
XYZ41.526143.673215.4736
Yxy43.67320.41250.4338
Hunter Lab66.0857-3.486432.3776
CIE-Lab72.00950.048847.3710

#cbae58 color RGB value is (203,174,88).

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

The process color (four color CMYK) of #cbae58 color hex is 0.00, 0.14, 0.57, 0.20. Web safe color of #cbae58 is #cc9966. Color #cbae58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01011000
Octal 313 256 130
Decimal 203 174 88
Hex CB AE 58

RGB Percentages of Color #cbae58

%43.66
%37.42
%18.92

CMYK Percentages of Color #cbae58

%0
%14
%57
%20

Triadic Colors of #cbae58

#cbae58 #58cbae #ae58cb

Analogous Colors of #cbae58

#cbae58 #afcb58 #cb7558

Monochromatic Colors of #cbae58

#cbae58

Complementary Color

#cbae58 #5875cb

#cbae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae58 Color CSS Codes

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

#cbae58 Text Font Color

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

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


#cbae58 Background Color

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

This div background color is #cbae58


#cbae58 Border Color

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

This div border color is #cbae58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,174,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 #cbae58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae58


Comments

No comments written yet.

Please login to write comment.