Color Hex Logo

#cbd01c Color Hex

#CBD01C
(203,208,28)
0 Favorites   0 Comments

Color spaces of #cbd01c

RGB 20320828
HSL0.170.760.46
HSV62°87°82°
CMYK 0.020.000.87   0.18
XYZ47.394157.89219.7750
Yxy57.89210.41190.5031
Hunter Lab76.0869-21.965345.6437
CIE-Lab80.6788-20.229177.1341

#cbd01c color RGB value is (203,208,28).

#cbd01c hex color red value is 203, green value is 208 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cbd01c hue: 0.17 , saturation: 0.76 and the lightness value of cbd01c is 0.46.

The process color (four color CMYK) of #cbd01c color hex is 0.02, 0.00, 0.87, 0.18. Web safe color of #cbd01c is #cccc33. Color #cbd01c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 00011100
Octal 313 320 34
Decimal 203 208 28
Hex CB D0 1C

RGB Percentages of Color #cbd01c

%46.24
%47.38
%6.38

CMYK Percentages of Color #cbd01c

%2
%0
%87
%18

Triadic Colors of #cbd01c

#cbd01c #1ccbd0 #d01ccb

Analogous Colors of #cbd01c

#cbd01c #71d01c #d07b1c

Monochromatic Colors of #cbd01c

#cbd01c

Complementary Color

#cbd01c #211cd0

#cbd01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd01c Color CSS Codes

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

#cbd01c Text Font Color

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

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


#cbd01c Background Color

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

This div background color is #cbd01c


#cbd01c Border Color

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

This div border color is #cbd01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd01c


Comments

No comments written yet.

Please login to write comment.