Color Hex Logo

#cbda09 Color Hex

#CBDA09
(203,218,9)
0 Favorites   0 Comments

Color spaces of #cbda09

RGB 2032189
HSL0.180.920.45
HSV64°96°85°
CMYK 0.070.000.96   0.15
XYZ49.749362.85909.7694
Yxy62.85900.40650.5136
Hunter Lab79.2837-26.740448.1928
CIE-Lab83.3681-25.359481.7880

#cbda09 color RGB value is (203,218,9).

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

The process color (four color CMYK) of #cbda09 color hex is 0.07, 0.00, 0.96, 0.15. Web safe color of #cbda09 is #cccc00. Color #cbda09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 00001001
Octal 313 332 11
Decimal 203 218 9
Hex CB DA 9

RGB Percentages of Color #cbda09

%47.21
%50.70
%2.09

CMYK Percentages of Color #cbda09

%7
%0
%96
%15

Triadic Colors of #cbda09

#cbda09 #09cbda #da09cb

Analogous Colors of #cbda09

#cbda09 #62da09 #da8109

Monochromatic Colors of #cbda09

#cbda09

Complementary Color

#cbda09 #1809da

#cbda09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda09 Color CSS Codes

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

#cbda09 Text Font Color

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

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


#cbda09 Background Color

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

This div background color is #cbda09


#cbda09 Border Color

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

This div border color is #cbda09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda09


Comments

No comments written yet.

Please login to write comment.