Color Hex Logo

#cbae08 Color Hex

#CBAE08
(203,174,8)
0 Favorites   0 Comments

Color spaces of #cbae08

RGB 2031748
HSL0.140.920.41
HSV51°96°80°
CMYK 0.000.140.96   0.20
XYZ39.808542.98616.4288
Yxy42.98610.44620.4818
Hunter Lab65.5638-6.356440.0810
CIE-Lab71.5455-3.256073.0617

#cbae08 color RGB value is (203,174,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 00001000
Octal 313 256 10
Decimal 203 174 8
Hex CB AE 8

RGB Percentages of Color #cbae08

%52.73
%45.19
%2.08

CMYK Percentages of Color #cbae08

%0
%14
%96
%20

Triadic Colors of #cbae08

#cbae08 #08cbae #ae08cb

Analogous Colors of #cbae08

#cbae08 #87cb08 #cb4c08

Monochromatic Colors of #cbae08

#cbae08

Complementary Color

#cbae08 #0825cb

#cbae08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae08 Color CSS Codes

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

#cbae08 Text Font Color

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

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


#cbae08 Background Color

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

This div background color is #cbae08


#cbae08 Border Color

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

This div border color is #cbae08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae08


Comments

No comments written yet.

Please login to write comment.