Color Hex Logo

#cbd049 Color Hex

#CBD049
(203,208,73)
0 Favorites   0 Comments

Color spaces of #cbd049

RGB 20320873
HSL0.170.590.55
HSV62°65°82°
CMYK 0.020.000.65   0.18
XYZ48.387158.289315.0040
Yxy58.28930.39770.4790
Hunter Lab76.3474-20.479141.7914
CIE-Lab80.8994-18.430063.7650

#cbd049 color RGB value is (203,208,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01001001
Octal 313 320 111
Decimal 203 208 73
Hex CB D0 49

RGB Percentages of Color #cbd049

%41.94
%42.98
%15.08

CMYK Percentages of Color #cbd049

%2
%0
%65
%18

Triadic Colors of #cbd049

#cbd049 #49cbd0 #d049cb

Analogous Colors of #cbd049

#cbd049 #88d049 #d09249

Monochromatic Colors of #cbd049

#cbd049

Complementary Color

#cbd049 #4e49d0

#cbd049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd049 Color CSS Codes

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

#cbd049 Text Font Color

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

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


#cbd049 Background Color

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

This div background color is #cbd049


#cbd049 Border Color

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

This div border color is #cbd049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd049


Comments

No comments written yet.

Please login to write comment.