Color Hex Logo

#cbd697 Color Hex

#CBD697
(203,214,151)
0 Favorites   0 Comments

Color spaces of #cbd697

RGB 203214151
HSL0.200.430.72
HSV70°29°84°
CMYK 0.050.000.29   0.16
XYZ54.261163.024038.5831
Yxy63.02400.34810.4043
Hunter Lab79.3877-16.924526.7559
CIE-Lab83.4550-13.903229.9462

#cbd697 color RGB value is (203,214,151).

#cbd697 hex color red value is 203, green value is 214 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cbd697 hue: 0.20 , saturation: 0.43 and the lightness value of cbd697 is 0.72.

The process color (four color CMYK) of #cbd697 color hex is 0.05, 0.00, 0.29, 0.16. Web safe color of #cbd697 is #cccc99. Color #cbd697 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 10010111
Octal 313 326 227
Decimal 203 214 151
Hex CB D6 97

RGB Percentages of Color #cbd697

%35.74
%37.68
%26.58

CMYK Percentages of Color #cbd697

%5
%0
%29
%16

Triadic Colors of #cbd697

#cbd697 #97cbd6 #d697cb

Analogous Colors of #cbd697

#cbd697 #acd697 #d6c297

Monochromatic Colors of #cbd697

#cbd697

Complementary Color

#cbd697 #a297d6

#cbd697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd697 Color CSS Codes

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

#cbd697 Text Font Color

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

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


#cbd697 Background Color

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

This div background color is #cbd697


#cbd697 Border Color

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

This div border color is #cbd697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd697


Comments

No comments written yet.

Please login to write comment.