Color Hex Logo

#cbd979 Color Hex

#CBD979
(203,217,121)
0 Favorites   0 Comments

Color spaces of #cbd979

RGB 203217121
HSL0.190.560.66
HSV69°44°85°
CMYK 0.060.000.44   0.15
XYZ52.892663.702727.5973
Yxy63.70270.36680.4418
Hunter Lab79.8140-21.382835.3691
CIE-Lab83.8107-18.953345.5171

#cbd979 color RGB value is (203,217,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01111001
Octal 313 331 171
Decimal 203 217 121
Hex CB D9 79

RGB Percentages of Color #cbd979

%37.52
%40.11
%22.37

CMYK Percentages of Color #cbd979

%6
%0
%44
%15

Triadic Colors of #cbd979

#cbd979 #79cbd9 #d979cb

Analogous Colors of #cbd979

#cbd979 #9bd979 #d9b779

Monochromatic Colors of #cbd979

#cbd979

Complementary Color

#cbd979 #8779d9

#cbd979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd979 Color CSS Codes

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

#cbd979 Text Font Color

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

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


#cbd979 Background Color

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

This div background color is #cbd979


#cbd979 Border Color

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

This div border color is #cbd979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd979


Comments

No comments written yet.

Please login to write comment.