Color Hex Logo

#cbe19e Color Hex

#CBE19E
(203,225,158)
0 Favorites   0 Comments

Color spaces of #cbe19e

RGB 203225158
HSL0.220.530.75
HSV80°30°88°
CMYK 0.100.000.30   0.12
XYZ57.725469.015642.6266
Yxy69.01560.34080.4075
Hunter Lab83.0756-21.351027.7309
CIE-Lab86.5118-18.433130.4357

#cbe19e color RGB value is (203,225,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 10011110
Octal 313 341 236
Decimal 203 225 158
Hex CB E1 9E

RGB Percentages of Color #cbe19e

%34.64
%38.40
%26.96

CMYK Percentages of Color #cbe19e

%10
%0
%30
%12

Triadic Colors of #cbe19e

#cbe19e #9ecbe1 #e19ecb

Analogous Colors of #cbe19e

#cbe19e #aae19e #e1d69e

Monochromatic Colors of #cbe19e

#cbe19e

Complementary Color

#cbe19e #b49ee1

#cbe19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe19e Color CSS Codes

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

#cbe19e Text Font Color

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

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


#cbe19e Background Color

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

This div background color is #cbe19e


#cbe19e Border Color

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

This div border color is #cbe19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe19e


Comments

No comments written yet.

Please login to write comment.