Color Hex Logo

#cbd73d Color Hex

#CBD73D
(203,215,61)
0 Favorites   0 Comments

Color spaces of #cbd73d

RGB 20321561
HSL0.180.660.54
HSV65°72°84°
CMYK 0.060.000.72   0.16
XYZ49.771361.634313.6883
Yxy61.63430.39790.4927
Hunter Lab78.5075-24.224844.6177
CIE-Lab82.7186-22.500170.0139

#cbd73d color RGB value is (203,215,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 00111101
Octal 313 327 75
Decimal 203 215 61
Hex CB D7 3D

RGB Percentages of Color #cbd73d

%42.38
%44.89
%12.73

CMYK Percentages of Color #cbd73d

%6
%0
%72
%16

Triadic Colors of #cbd73d

#cbd73d #3dcbd7 #d73dcb

Analogous Colors of #cbd73d

#cbd73d #7ed73d #d7963d

Monochromatic Colors of #cbd73d

#cbd73d

Complementary Color

#cbd73d #493dd7

#cbd73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd73d Color CSS Codes

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

#cbd73d Text Font Color

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

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


#cbd73d Background Color

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

This div background color is #cbd73d


#cbd73d Border Color

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

This div border color is #cbd73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd73d


Comments

No comments written yet.

Please login to write comment.