Color Hex Logo

#ebf9cb Color Hex

#EBF9CB
(235,249,203)
0 Favorites   0 Comments

Color spaces of #ebf9cb

RGB 235249203
HSL0.220.790.89
HSV78°18°98°
CMYK 0.060.000.18   0.02
XYZ78.916189.725369.6593
Yxy89.72530.33120.3765
Hunter Lab94.7234-17.053922.7047
CIE-Lab95.8827-12.309420.5677

#ebf9cb color RGB value is (235,249,203).

#ebf9cb hex color red value is 235, green value is 249 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebf9cb hue: 0.22 , saturation: 0.79 and the lightness value of ebf9cb is 0.89.

The process color (four color CMYK) of #ebf9cb color hex is 0.06, 0.00, 0.18, 0.02. Web safe color of #ebf9cb is #ffffcc. Color #ebf9cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 11001011
Octal 353 371 313
Decimal 235 249 203
Hex EB F9 CB

RGB Percentages of Color #ebf9cb

%34.21
%36.24
%29.55

CMYK Percentages of Color #ebf9cb

%6
%0
%18
%2

Triadic Colors of #ebf9cb

#ebf9cb #cbebf9 #f9cbeb

Analogous Colors of #ebf9cb

#ebf9cb #d4f9cb #f9f0cb

Monochromatic Colors of #ebf9cb

#ebf9cb

Complementary Color

#ebf9cb #d9cbf9

#ebf9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf9cb Color CSS Codes

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

#ebf9cb Text Font Color

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

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


#ebf9cb Background Color

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

This div background color is #ebf9cb


#ebf9cb Border Color

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

This div border color is #ebf9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf9cb


Comments

No comments written yet.

Please login to write comment.