Color Hex Logo

#cbbe01 Color Hex

#CBBE01
(203,190,1)
1 Favorites   0 Comments

Color spaces of #cbbe01

RGB 2031901
HSL0.160.990.40
HSV56°100°80°
CMYK 0.000.061.00   0.20
XYZ43.047549.52567.3193
Yxy49.52560.43090.4958
Hunter Lab70.3744-13.968243.0956
CIE-Lab75.7772-11.613076.9160

#cbbe01 color RGB value is (203,190,1).

#cbbe01 hex color red value is 203, green value is 190 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cbbe01 hue: 0.16 , saturation: 0.99 and the lightness value of cbbe01 is 0.40.

The process color (four color CMYK) of #cbbe01 color hex is 0.00, 0.06, 1.00, 0.20. Web safe color of #cbbe01 is #cccc00. Color #cbbe01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 00000001
Octal 313 276 1
Decimal 203 190 1
Hex CB BE 1

RGB Percentages of Color #cbbe01

%51.52
%48.22
%0.25

CMYK Percentages of Color #cbbe01

%0
%6
%100
%20

Triadic Colors of #cbbe01

#cbbe01 #01cbbe #be01cb

Analogous Colors of #cbbe01

#cbbe01 #73cb01 #cb5901

Monochromatic Colors of #cbbe01

#cbbe01

Complementary Color

#cbbe01 #010ecb

#cbbe01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe01 Color CSS Codes

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

#cbbe01 Text Font Color

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

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


#cbbe01 Background Color

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

This div background color is #cbbe01


#cbbe01 Border Color

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

This div border color is #cbbe01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe01


Comments

No comments written yet.

Please login to write comment.