Color Hex Logo

#cbd876 Color Hex

#CBD876
(203,216,118)
0 Favorites   0 Comments

Color spaces of #cbd876

RGB 203216118
HSL0.190.560.65
HSV68°45°85°
CMYK 0.060.000.45   0.15
XYZ52.454563.116226.5575
Yxy63.11620.36910.4441
Hunter Lab79.4457-21.174335.7922
CIE-Lab83.5035-18.767546.5973

#cbd876 color RGB value is (203,216,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 01110110
Octal 313 330 166
Decimal 203 216 118
Hex CB D8 76

RGB Percentages of Color #cbd876

%37.80
%40.22
%21.97

CMYK Percentages of Color #cbd876

%6
%0
%45
%15

Triadic Colors of #cbd876

#cbd876 #76cbd8 #d876cb

Analogous Colors of #cbd876

#cbd876 #9ad876 #d8b476

Monochromatic Colors of #cbd876

#cbd876

Complementary Color

#cbd876 #8376d8

#cbd876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd876 Color CSS Codes

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

#cbd876 Text Font Color

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

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


#cbd876 Background Color

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

This div background color is #cbd876


#cbd876 Border Color

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

This div border color is #cbd876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd876


Comments

No comments written yet.

Please login to write comment.