Color Hex Logo

#cbe193 Color Hex

#CBE193
(203,225,147)
0 Favorites   0 Comments

Color spaces of #cbe193

RGB 203225147
HSL0.210.570.73
HSV77°35°88°
CMYK 0.100.000.35   0.12
XYZ56.820368.653537.8605
Yxy68.65350.34790.4203
Hunter Lab82.8574-22.592330.9085
CIE-Lab86.3322-19.883735.7959

#cbe193 color RGB value is (203,225,147).

#cbe193 hex color red value is 203, green value is 225 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cbe193 hue: 0.21 , saturation: 0.57 and the lightness value of cbe193 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100001 10010011
Octal 313 341 223
Decimal 203 225 147
Hex CB E1 93

RGB Percentages of Color #cbe193

%35.30
%39.13
%25.57

CMYK Percentages of Color #cbe193

%10
%0
%35
%12

Triadic Colors of #cbe193

#cbe193 #93cbe1 #e193cb

Analogous Colors of #cbe193

#cbe193 #a4e193 #e1d093

Monochromatic Colors of #cbe193

#cbe193

Complementary Color

#cbe193 #a993e1

#cbe193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe193 Color CSS Codes

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

#cbe193 Text Font Color

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

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


#cbe193 Background Color

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

This div background color is #cbe193


#cbe193 Border Color

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

This div border color is #cbe193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe193


Comments

No comments written yet.

Please login to write comment.