Color Hex Logo

#cbd973 Color Hex

#CBD973
(203,217,115)
0 Favorites   0 Comments

Color spaces of #cbd973

RGB 203217115
HSL0.190.570.65
HSV68°47°85°
CMYK 0.060.000.47   0.15
XYZ52.536063.560025.7190
Yxy63.56000.37050.4482
Hunter Lab79.7245-21.891936.6803
CIE-Lab83.7362-19.558148.3277

#cbd973 color RGB value is (203,217,115).

#cbd973 hex color red value is 203, green value is 217 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cbd973 hue: 0.19 , saturation: 0.57 and the lightness value of cbd973 is 0.65.

The process color (four color CMYK) of #cbd973 color hex is 0.06, 0.00, 0.47, 0.15. Web safe color of #cbd973 is #cccc66. Color #cbd973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01110011
Octal 313 331 163
Decimal 203 217 115
Hex CB D9 73

RGB Percentages of Color #cbd973

%37.94
%40.56
%21.50

CMYK Percentages of Color #cbd973

%6
%0
%47
%15

Triadic Colors of #cbd973

#cbd973 #73cbd9 #d973cb

Analogous Colors of #cbd973

#cbd973 #98d973 #d9b473

Monochromatic Colors of #cbd973

#cbd973

Complementary Color

#cbd973 #8173d9

#cbd973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd973 Color CSS Codes

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

#cbd973 Text Font Color

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

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


#cbd973 Background Color

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

This div background color is #cbd973


#cbd973 Border Color

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

This div border color is #cbd973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd973


Comments

No comments written yet.

Please login to write comment.