Color Hex Logo

#cbd409 Color Hex

#CBD409
(203,212,9)
0 Favorites   0 Comments

Color spaces of #cbd409

RGB 2032129
HSL0.170.920.43
HSV63°96°83°
CMYK 0.040.000.96   0.17
XYZ48.221459.80329.2601
Yxy59.80320.41110.5099
Hunter Lab77.3325-24.026647.0332
CIE-Lab81.7311-22.471380.5493

#cbd409 color RGB value is (203,212,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 00001001
Octal 313 324 11
Decimal 203 212 9
Hex CB D4 9

RGB Percentages of Color #cbd409

%47.88
%50.00
%2.12

CMYK Percentages of Color #cbd409

%4
%0
%96
%17

Triadic Colors of #cbd409

#cbd409 #09cbd4 #d409cb

Analogous Colors of #cbd409

#cbd409 #66d409 #d47809

Monochromatic Colors of #cbd409

#cbd409

Complementary Color

#cbd409 #1209d4

#cbd409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd409 Color CSS Codes

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

#cbd409 Text Font Color

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

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


#cbd409 Background Color

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

This div background color is #cbd409


#cbd409 Border Color

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

This div border color is #cbd409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd409


Comments

No comments written yet.

Please login to write comment.