Color Hex Logo

#cbd176 Color Hex

#CBD176
(203,209,118)
0 Favorites   0 Comments

Color spaces of #cbd176

RGB 203209118
HSL0.180.500.64
HSV64°44°82°
CMYK 0.030.000.44   0.18
XYZ50.699159.605425.9724
Yxy59.60540.37200.4374
Hunter Lab77.2045-17.889634.0974
CIE-Lab81.6232-15.290044.2800

#cbd176 color RGB value is (203,209,118).

#cbd176 hex color red value is 203, green value is 209 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cbd176 hue: 0.18 , saturation: 0.50 and the lightness value of cbd176 is 0.64.

The process color (four color CMYK) of #cbd176 color hex is 0.03, 0.00, 0.44, 0.18. Web safe color of #cbd176 is #cccc66. Color #cbd176 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010001 01110110
Octal 313 321 166
Decimal 203 209 118
Hex CB D1 76

RGB Percentages of Color #cbd176

%38.30
%39.43
%22.26

CMYK Percentages of Color #cbd176

%3
%0
%44
%18

Triadic Colors of #cbd176

#cbd176 #76cbd1 #d176cb

Analogous Colors of #cbd176

#cbd176 #9ed176 #d1aa76

Monochromatic Colors of #cbd176

#cbd176

Complementary Color

#cbd176 #7c76d1

#cbd176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd176 Color CSS Codes

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

#cbd176 Text Font Color

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

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


#cbd176 Background Color

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

This div background color is #cbd176


#cbd176 Border Color

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

This div border color is #cbd176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,209,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 #cbd176">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd176


Comments

No comments written yet.

Please login to write comment.