Color Hex Logo

#d5fcea Color Hex

#D5FCEA
(213,252,234)
0 Favorites   0 Comments

Color spaces of #d5fcea

RGB 213252234
HSL0.420.870.91
HSV152°15°99°
CMYK 0.150.000.07   0.01
XYZ77.102389.707591.0935
Yxy89.70750.29900.3478
Hunter Lab94.7140-20.44109.2763
CIE-Lab95.8753-15.90594.4343

#d5fcea color RGB value is (213,252,234).

#d5fcea hex color red value is 213, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d5fcea hue: 0.42 , saturation: 0.87 and the lightness value of d5fcea is 0.91.

The process color (four color CMYK) of #d5fcea color hex is 0.15, 0.00, 0.07, 0.01. Web safe color of #d5fcea is #ccffff. Color #d5fcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111100 11101010
Octal 325 374 352
Decimal 213 252 234
Hex D5 FC EA

RGB Percentages of Color #d5fcea

%30.47
%36.05
%33.48

CMYK Percentages of Color #d5fcea

%15
%0
%7
%1

Triadic Colors of #d5fcea

#d5fcea #ead5fc #fcead5

Analogous Colors of #d5fcea

#d5fcea #d5fbfc #d5fcd7

Monochromatic Colors of #d5fcea

#d5fcea

Complementary Color

#d5fcea #fcd5e7

#d5fcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fcea Color CSS Codes

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

#d5fcea Text Font Color

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

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


#d5fcea Background Color

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

This div background color is #d5fcea


#d5fcea Border Color

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

This div border color is #d5fcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fcea


Comments

No comments written yet.

Please login to write comment.