Color Hex Logo

#cbd006 Color Hex

#CBD006
(203,208,6)
0 Favorites   0 Comments

Color spaces of #cbd006

RGB 2032086
HSL0.170.940.42
HSV61°97°82°
CMYK 0.020.000.97   0.18
XYZ47.217357.82148.8443
Yxy57.82140.41460.5077
Hunter Lab76.0404-22.231046.3322
CIE-Lab80.6394-20.553080.0037

#cbd006 color RGB value is (203,208,6).

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

The process color (four color CMYK) of #cbd006 color hex is 0.02, 0.00, 0.97, 0.18. Web safe color of #cbd006 is #cccc00. Color #cbd006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 00000110
Octal 313 320 6
Decimal 203 208 6
Hex CB D0 6

RGB Percentages of Color #cbd006

%48.68
%49.88
%1.44

CMYK Percentages of Color #cbd006

%2
%0
%97
%18

Triadic Colors of #cbd006

#cbd006 #06cbd0 #d006cb

Analogous Colors of #cbd006

#cbd006 #66d006 #d07006

Monochromatic Colors of #cbd006

#cbd006

Complementary Color

#cbd006 #0b06d0

#cbd006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd006 Color CSS Codes

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

#cbd006 Text Font Color

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

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


#cbd006 Background Color

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

This div background color is #cbd006


#cbd006 Border Color

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

This div border color is #cbd006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd006


Comments

No comments written yet.

Please login to write comment.