Color Hex Logo

#d5faeb Color Hex

#D5FAEB
(213,250,235)
0 Favorites   0 Comments

Color spaces of #d5faeb

RGB 213250235
HSL0.430.790.91
HSV156°15°98°
CMYK 0.150.000.06   0.02
XYZ76.621688.515591.6441
Yxy88.51550.29840.3447
Hunter Lab94.0827-19.27308.1046
CIE-Lab95.3776-14.73163.1972

#d5faeb color RGB value is (213,250,235).

#d5faeb hex color red value is 213, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d5faeb hue: 0.43 , saturation: 0.79 and the lightness value of d5faeb is 0.91.

The process color (four color CMYK) of #d5faeb color hex is 0.15, 0.00, 0.06, 0.02. Web safe color of #d5faeb is #ccffff. Color #d5faeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111010 11101011
Octal 325 372 353
Decimal 213 250 235
Hex D5 FA EB

RGB Percentages of Color #d5faeb

%30.52
%35.82
%33.67

CMYK Percentages of Color #d5faeb

%15
%0
%6
%2

Triadic Colors of #d5faeb

#d5faeb #ebd5fa #faebd5

Analogous Colors of #d5faeb

#d5faeb #d5f7fa #d5fad9

Monochromatic Colors of #d5faeb

#d5faeb

Complementary Color

#d5faeb #fad5e4

#d5faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5faeb Color CSS Codes

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

#d5faeb Text Font Color

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

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


#d5faeb Background Color

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

This div background color is #d5faeb


#d5faeb Border Color

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

This div border color is #d5faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5faeb

Related Colors


Comments

No comments written yet.

Please login to write comment.