Color Hex Logo

#cbd406 Color Hex

#CBD406
(203,212,6)
0 Favorites   0 Comments

Color spaces of #cbd406

RGB 2032126
HSL0.170.940.43
HSV63°97°83°
CMYK 0.040.000.97   0.17
XYZ48.205059.79669.1735
Yxy59.79660.41140.5103
Hunter Lab77.3283-24.050947.0962
CIE-Lab81.7275-22.501080.8182

#cbd406 color RGB value is (203,212,6).

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

The process color (four color CMYK) of #cbd406 color hex is 0.04, 0.00, 0.97, 0.17. Web safe color of #cbd406 is #cccc00. Color #cbd406 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 00000110
Octal 313 324 6
Decimal 203 212 6
Hex CB D4 6

RGB Percentages of Color #cbd406

%48.22
%50.36
%1.43

CMYK Percentages of Color #cbd406

%4
%0
%97
%17

Triadic Colors of #cbd406

#cbd406 #06cbd4 #d406cb

Analogous Colors of #cbd406

#cbd406 #64d406 #d47606

Monochromatic Colors of #cbd406

#cbd406

Complementary Color

#cbd406 #0f06d4

#cbd406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd406 Color CSS Codes

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

#cbd406 Text Font Color

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

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


#cbd406 Background Color

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

This div background color is #cbd406


#cbd406 Border Color

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

This div border color is #cbd406


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,212,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 #cbd406">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd406


Comments

No comments written yet.

Please login to write comment.