Color Hex Logo

#cbd97e Color Hex

#CBD97E
(203,217,126)
0 Favorites   0 Comments

Color spaces of #cbd97e

RGB 203217126
HSL0.190.540.67
HSV69°42°85°
CMYK 0.060.000.42   0.15
XYZ53.207463.828629.2545
Yxy63.82860.36370.4363
Hunter Lab79.8928-20.934134.2146
CIE-Lab83.8764-18.422243.1460

#cbd97e color RGB value is (203,217,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01111110
Octal 313 331 176
Decimal 203 217 126
Hex CB D9 7E

RGB Percentages of Color #cbd97e

%37.18
%39.74
%23.08

CMYK Percentages of Color #cbd97e

%6
%0
%42
%15

Triadic Colors of #cbd97e

#cbd97e #7ecbd9 #d97ecb

Analogous Colors of #cbd97e

#cbd97e #9ed97e #d9ba7e

Monochromatic Colors of #cbd97e

#cbd97e

Complementary Color

#cbd97e #8c7ed9

#cbd97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd97e Color CSS Codes

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

#cbd97e Text Font Color

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

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


#cbd97e Background Color

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

This div background color is #cbd97e


#cbd97e Border Color

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

This div border color is #cbd97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd97e


Comments

No comments written yet.

Please login to write comment.