Color Hex Logo

#ebfcbc Color Hex

#EBFCBC
(235,252,188)
0 Favorites   0 Comments

Color spaces of #ebfcbc

RGB 235252188
HSL0.210.910.86
HSV76°25°99°
CMYK 0.070.000.25   0.01
XYZ78.148590.913861.0062
Yxy90.91380.33970.3952
Hunter Lab95.3487-20.560428.8091
CIE-Lab96.3745-15.958128.8692

#ebfcbc color RGB value is (235,252,188).

#ebfcbc hex color red value is 235, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ebfcbc hue: 0.21 , saturation: 0.91 and the lightness value of ebfcbc is 0.86.

The process color (four color CMYK) of #ebfcbc color hex is 0.07, 0.00, 0.25, 0.01. Web safe color of #ebfcbc is #ffffcc. Color #ebfcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 10111100
Octal 353 374 274
Decimal 235 252 188
Hex EB FC BC

RGB Percentages of Color #ebfcbc

%34.81
%37.33
%27.85

CMYK Percentages of Color #ebfcbc

%7
%0
%25
%1

Triadic Colors of #ebfcbc

#ebfcbc #bcebfc #fcbceb

Analogous Colors of #ebfcbc

#ebfcbc #cbfcbc #fcedbc

Monochromatic Colors of #ebfcbc

#ebfcbc

Complementary Color

#ebfcbc #cdbcfc

#ebfcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfcbc Color CSS Codes

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

#ebfcbc Text Font Color

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

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


#ebfcbc Background Color

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

This div background color is #ebfcbc


#ebfcbc Border Color

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

This div border color is #ebfcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfcbc


Comments

No comments written yet.

Please login to write comment.