Color Hex Logo

#cbe196 Color Hex

#CBE196
(203,225,150)
0 Favorites   0 Comments

Color spaces of #cbe196

RGB 203225150
HSL0.220.560.74
HSV78°33°88°
CMYK 0.100.000.33   0.12
XYZ57.058868.748939.1167
Yxy68.74890.34600.4169
Hunter Lab82.9150-22.264530.0693
CIE-Lab86.3796-19.499434.3390

#cbe196 color RGB value is (203,225,150).

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

The process color (four color CMYK) of #cbe196 color hex is 0.10, 0.00, 0.33, 0.12. Web safe color of #cbe196 is #cccc99. Color #cbe196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 10010110
Octal 313 341 226
Decimal 203 225 150
Hex CB E1 96

RGB Percentages of Color #cbe196

%35.12
%38.93
%25.95

CMYK Percentages of Color #cbe196

%10
%0
%33
%12

Triadic Colors of #cbe196

#cbe196 #96cbe1 #e196cb

Analogous Colors of #cbe196

#cbe196 #a6e196 #e1d296

Monochromatic Colors of #cbe196

#cbe196

Complementary Color

#cbe196 #ac96e1

#cbe196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe196 Color CSS Codes

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

#cbe196 Text Font Color

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

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


#cbe196 Background Color

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

This div background color is #cbe196


#cbe196 Border Color

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

This div border color is #cbe196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe196


Comments

No comments written yet.

Please login to write comment.