Color Hex Logo

#cbae07 Color Hex

#CBAE07
(203,174,7)
0 Favorites   0 Comments

Color spaces of #cbae07

RGB 2031747
HSL0.140.930.41
HSV51°97°80°
CMYK 0.000.140.97   0.20
XYZ39.803042.98406.3999
Yxy42.98400.44630.4820
Hunter Lab65.5622-6.365940.1059
CIE-Lab71.5441-3.267073.1761

#cbae07 color RGB value is (203,174,7).

#cbae07 hex color red value is 203, green value is 174 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cbae07 hue: 0.14 , saturation: 0.93 and the lightness value of cbae07 is 0.41.

The process color (four color CMYK) of #cbae07 color hex is 0.00, 0.14, 0.97, 0.20. Web safe color of #cbae07 is #cc9900. Color #cbae07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 00000111
Octal 313 256 7
Decimal 203 174 7
Hex CB AE 7

RGB Percentages of Color #cbae07

%52.86
%45.31
%1.82

CMYK Percentages of Color #cbae07

%0
%14
%97
%20

Triadic Colors of #cbae07

#cbae07 #07cbae #ae07cb

Analogous Colors of #cbae07

#cbae07 #86cb07 #cb4c07

Monochromatic Colors of #cbae07

#cbae07

Complementary Color

#cbae07 #0724cb

#cbae07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae07 Color CSS Codes

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

#cbae07 Text Font Color

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

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


#cbae07 Background Color

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

This div background color is #cbae07


#cbae07 Border Color

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

This div border color is #cbae07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae07


Comments

No comments written yet.

Please login to write comment.