Color Hex Logo

#cbd79e Color Hex

#CBD79E
(203,215,158)
0 Favorites   0 Comments

Color spaces of #cbd79e

RGB 203215158
HSL0.200.420.73
HSV73°27°84°
CMYK 0.060.000.27   0.16
XYZ55.100663.766041.7517
Yxy63.76600.34310.3970
Hunter Lab79.8536-16.575224.8976
CIE-Lab83.8438-13.450826.8437

#cbd79e color RGB value is (203,215,158).

#cbd79e hex color red value is 203, green value is 215 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cbd79e hue: 0.20 , saturation: 0.42 and the lightness value of cbd79e is 0.73.

The process color (four color CMYK) of #cbd79e color hex is 0.06, 0.00, 0.27, 0.16. Web safe color of #cbd79e is #cccc99. Color #cbd79e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 10011110
Octal 313 327 236
Decimal 203 215 158
Hex CB D7 9E

RGB Percentages of Color #cbd79e

%35.24
%37.33
%27.43

CMYK Percentages of Color #cbd79e

%6
%0
%27
%16

Triadic Colors of #cbd79e

#cbd79e #9ecbd7 #d79ecb

Analogous Colors of #cbd79e

#cbd79e #afd79e #d7c79e

Monochromatic Colors of #cbd79e

#cbd79e

Complementary Color

#cbd79e #aa9ed7

#cbd79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd79e Color CSS Codes

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

#cbd79e Text Font Color

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

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


#cbd79e Background Color

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

This div background color is #cbd79e


#cbd79e Border Color

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

This div border color is #cbd79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd79e


Comments

No comments written yet.

Please login to write comment.