Color Hex Logo

#ebfcf4 Color Hex

#EBFCF4
(235,252,244)
0 Favorites   0 Comments

Color spaces of #ebfcf4

RGB 235252244
HSL0.420.740.95
HSV152°99°
CMYK 0.070.000.03   0.01
XYZ85.400593.814699.1949
Yxy93.81460.30670.3370
Hunter Lab96.8579-12.11647.0800
CIE-Lab97.5572-6.99301.9053

#ebfcf4 color RGB value is (235,252,244).

#ebfcf4 hex color red value is 235, green value is 252 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #ebfcf4 hue: 0.42 , saturation: 0.74 and the lightness value of ebfcf4 is 0.95.

The process color (four color CMYK) of #ebfcf4 color hex is 0.07, 0.00, 0.03, 0.01. Web safe color of #ebfcf4 is #ffffff. Color #ebfcf4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 11110100
Octal 353 374 364
Decimal 235 252 244
Hex EB FC F4

RGB Percentages of Color #ebfcf4

%32.15
%34.47
%33.38

CMYK Percentages of Color #ebfcf4

%7
%0
%3
%1

Triadic Colors of #ebfcf4

#ebfcf4 #f4ebfc #fcf4eb

Analogous Colors of #ebfcf4

#ebfcf4 #ebfcfc #ebfcec

Monochromatic Colors of #ebfcf4

#ebfcf4

Complementary Color

#ebfcf4 #fcebf3

#ebfcf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfcf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfcf4 Color CSS Codes

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

#ebfcf4 Text Font Color

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

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


#ebfcf4 Background Color

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

This div background color is #ebfcf4


#ebfcf4 Border Color

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

This div border color is #ebfcf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfcf4

Related Colors


Comments

No comments written yet.

Please login to write comment.