Color Hex Logo

#cbe696 Color Hex

#CBE696
(203,230,150)
0 Favorites   0 Comments

Color spaces of #cbe696

RGB 203230150
HSL0.220.620.75
HSV80°35°90°
CMYK 0.120.000.35   0.10
XYZ58.430471.492139.5739
Yxy71.49210.34470.4218
Hunter Lab84.5530-24.615231.4372
CIE-Lab87.7235-21.939536.1045

#cbe696 color RGB value is (203,230,150).

#cbe696 hex color red value is 203, green value is 230 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbe696 hue: 0.22 , saturation: 0.62 and the lightness value of cbe696 is 0.75.

The process color (four color CMYK) of #cbe696 color hex is 0.12, 0.00, 0.35, 0.10. Web safe color of #cbe696 is #ccff99. Color #cbe696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 10010110
Octal 313 346 226
Decimal 203 230 150
Hex CB E6 96

RGB Percentages of Color #cbe696

%34.82
%39.45
%25.73

CMYK Percentages of Color #cbe696

%12
%0
%35
%10

Triadic Colors of #cbe696

#cbe696 #96cbe6 #e696cb

Analogous Colors of #cbe696

#cbe696 #a3e696 #e6d996

Monochromatic Colors of #cbe696

#cbe696

Complementary Color

#cbe696 #b196e6

#cbe696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe696 Color CSS Codes

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

#cbe696 Text Font Color

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

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


#cbe696 Background Color

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

This div background color is #cbe696


#cbe696 Border Color

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

This div border color is #cbe696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe696


Comments

No comments written yet.

Please login to write comment.