Color Hex Logo

#cbd73a Color Hex

#CBD73A
(203,215,58)
0 Favorites   0 Comments

Color spaces of #cbd73a

RGB 20321558
HSL0.180.660.54
HSV65°73°84°
CMYK 0.060.000.73   0.16
XYZ49.692861.602913.2744
Yxy61.60290.39890.4945
Hunter Lab78.4875-24.339444.9137
CIE-Lab82.7018-22.639871.0052

#cbd73a color RGB value is (203,215,58).

#cbd73a hex color red value is 203, green value is 215 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cbd73a hue: 0.18 , saturation: 0.66 and the lightness value of cbd73a is 0.54.

The process color (four color CMYK) of #cbd73a color hex is 0.06, 0.00, 0.73, 0.16. Web safe color of #cbd73a is #cccc33. Color #cbd73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 00111010
Octal 313 327 72
Decimal 203 215 58
Hex CB D7 3A

RGB Percentages of Color #cbd73a

%42.65
%45.17
%12.18

CMYK Percentages of Color #cbd73a

%6
%0
%73
%16

Triadic Colors of #cbd73a

#cbd73a #3acbd7 #d73acb

Analogous Colors of #cbd73a

#cbd73a #7dd73a #d7953a

Monochromatic Colors of #cbd73a

#cbd73a

Complementary Color

#cbd73a #463ad7

#cbd73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd73a Color CSS Codes

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

#cbd73a Text Font Color

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

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


#cbd73a Background Color

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

This div background color is #cbd73a


#cbd73a Border Color

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

This div border color is #cbd73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd73a


Comments

No comments written yet.

Please login to write comment.