Color Hex Logo

#cbd978 Color Hex

#CBD978
(203,217,120)
0 Favorites   0 Comments

Color spaces of #cbd978

RGB 203217120
HSL0.190.560.66
HSV69°45°85°
CMYK 0.060.000.45   0.15
XYZ52.831663.678327.2759
Yxy63.67830.36740.4429
Hunter Lab79.7987-21.469835.5932
CIE-Lab83.7980-19.056545.9884

#cbd978 color RGB value is (203,217,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01111000
Octal 313 331 170
Decimal 203 217 120
Hex CB D9 78

RGB Percentages of Color #cbd978

%37.59
%40.19
%22.22

CMYK Percentages of Color #cbd978

%6
%0
%45
%15

Triadic Colors of #cbd978

#cbd978 #78cbd9 #d978cb

Analogous Colors of #cbd978

#cbd978 #9bd978 #d9b778

Monochromatic Colors of #cbd978

#cbd978

Complementary Color

#cbd978 #8678d9

#cbd978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd978 Color CSS Codes

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

#cbd978 Text Font Color

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

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


#cbd978 Background Color

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

This div background color is #cbd978


#cbd978 Border Color

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

This div border color is #cbd978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd978

#cbd978 Color Palettes


Comments

No comments written yet.

Please login to write comment.