Color Hex Logo

#cbe993 Color Hex

#CBE993
(203,233,147)
0 Favorites   0 Comments

Color spaces of #cbe993

RGB 203233147
HSL0.220.660.75
HSV81°37°91°
CMYK 0.130.000.37   0.09
XYZ59.034073.080938.5984
Yxy73.08090.34580.4281
Hunter Lab85.4874-26.338333.0711
CIE-Lab88.4863-23.768238.6021

#cbe993 color RGB value is (203,233,147).

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

The process color (four color CMYK) of #cbe993 color hex is 0.13, 0.00, 0.37, 0.09. Web safe color of #cbe993 is #ccff99. Color #cbe993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 10010011
Octal 313 351 223
Decimal 203 233 147
Hex CB E9 93

RGB Percentages of Color #cbe993

%34.82
%39.97
%25.21

CMYK Percentages of Color #cbe993

%13
%0
%37
%9

Triadic Colors of #cbe993

#cbe993 #93cbe9 #e993cb

Analogous Colors of #cbe993

#cbe993 #a0e993 #e9dc93

Monochromatic Colors of #cbe993

#cbe993

Complementary Color

#cbe993 #b193e9

#cbe993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe993 Color CSS Codes

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

#cbe993 Text Font Color

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

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


#cbe993 Background Color

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

This div background color is #cbe993


#cbe993 Border Color

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

This div border color is #cbe993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe993


Comments

No comments written yet.

Please login to write comment.