Color Hex Logo

#cbe091 Color Hex

#CBE091
(203,224,145)
0 Favorites   0 Comments

Color spaces of #cbe091

RGB 203224145
HSL0.210.560.72
HSV76°35°88°
CMYK 0.090.000.35   0.12
XYZ56.395168.052236.9511
Yxy68.05220.34940.4216
Hunter Lab82.4938-22.336431.1881
CIE-Lab86.0325-19.645536.4145

#cbe091 color RGB value is (203,224,145).

#cbe091 hex color red value is 203, green value is 224 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #cbe091 hue: 0.21 , saturation: 0.56 and the lightness value of cbe091 is 0.72.

The process color (four color CMYK) of #cbe091 color hex is 0.09, 0.00, 0.35, 0.12. Web safe color of #cbe091 is #cccc99. Color #cbe091 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 10010001
Octal 313 340 221
Decimal 203 224 145
Hex CB E0 91

RGB Percentages of Color #cbe091

%35.49
%39.16
%25.35

CMYK Percentages of Color #cbe091

%9
%0
%35
%12

Triadic Colors of #cbe091

#cbe091 #91cbe0 #e091cb

Analogous Colors of #cbe091

#cbe091 #a4e091 #e0ce91

Monochromatic Colors of #cbe091

#cbe091

Complementary Color

#cbe091 #a691e0

#cbe091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe091 Color CSS Codes

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

#cbe091 Text Font Color

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

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


#cbe091 Background Color

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

This div background color is #cbe091


#cbe091 Border Color

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

This div border color is #cbe091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe091


Comments

No comments written yet.

Please login to write comment.