Color Hex Logo

#cbae65 Color Hex

#CBAE65
(203,174,101)
0 Favorites   0 Comments

Color spaces of #cbae65

RGB 203174101
HSL0.120.500.60
HSV43°50°80°
CMYK 0.000.140.50   0.20
XYZ42.113643.908218.5674
Yxy43.90820.40270.4198
Hunter Lab66.2633-2.515129.7708
CIE-Lab72.16711.150541.1049

#cbae65 color RGB value is (203,174,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01100101
Octal 313 256 145
Decimal 203 174 101
Hex CB AE 65

RGB Percentages of Color #cbae65

%42.47
%36.40
%21.13

CMYK Percentages of Color #cbae65

%0
%14
%50
%20

Triadic Colors of #cbae65

#cbae65 #65cbae #ae65cb

Analogous Colors of #cbae65

#cbae65 #b5cb65 #cb7b65

Monochromatic Colors of #cbae65

#cbae65

Complementary Color

#cbae65 #6582cb

#cbae65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae65 Color CSS Codes

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

#cbae65 Text Font Color

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

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


#cbae65 Background Color

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

This div background color is #cbae65


#cbae65 Border Color

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

This div border color is #cbae65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae65


Comments

No comments written yet.

Please login to write comment.