Color Hex Logo

#cbae3b Color Hex

#CBAE3B
(203,174,59)
0 Favorites   0 Comments

Color spaces of #cbae3b

RGB 20317459
HSL0.130.580.51
HSV48°71°80°
CMYK 0.000.140.71   0.20
XYZ40.554143.284410.3550
Yxy43.28440.43050.4595
Hunter Lab65.7909-5.105036.7218
CIE-Lab71.7476-1.805759.9982

#cbae3b color RGB value is (203,174,59).

#cbae3b hex color red value is 203, green value is 174 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cbae3b hue: 0.13 , saturation: 0.58 and the lightness value of cbae3b is 0.51.

The process color (four color CMYK) of #cbae3b color hex is 0.00, 0.14, 0.71, 0.20. Web safe color of #cbae3b is #cc9933. Color #cbae3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 00111011
Octal 313 256 73
Decimal 203 174 59
Hex CB AE 3B

RGB Percentages of Color #cbae3b

%46.56
%39.91
%13.53

CMYK Percentages of Color #cbae3b

%0
%14
%71
%20

Triadic Colors of #cbae3b

#cbae3b #3bcbae #ae3bcb

Analogous Colors of #cbae3b

#cbae3b #a0cb3b #cb663b

Monochromatic Colors of #cbae3b

#cbae3b

Complementary Color

#cbae3b #3b58cb

#cbae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae3b Color CSS Codes

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

#cbae3b Text Font Color

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

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


#cbae3b Background Color

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

This div background color is #cbae3b


#cbae3b Border Color

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

This div border color is #cbae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae3b


Comments

No comments written yet.

Please login to write comment.