Color Hex Logo

#d9fbea Color Hex

#D9FBEA
(217,251,234)
0 Favorites   0 Comments

Color spaces of #d9fbea

RGB 217251234
HSL0.420.810.92
HSV150°14°98°
CMYK 0.140.000.07   0.02
XYZ77.963789.686691.0440
Yxy89.68660.30140.3467
Hunter Lab94.7030-18.78129.2929
CIE-Lab95.8666-14.13834.4534

#d9fbea color RGB value is (217,251,234).

#d9fbea hex color red value is 217, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d9fbea hue: 0.42 , saturation: 0.81 and the lightness value of d9fbea is 0.92.

The process color (four color CMYK) of #d9fbea color hex is 0.14, 0.00, 0.07, 0.02. Web safe color of #d9fbea is #ccffff. Color #d9fbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111011 11101010
Octal 331 373 352
Decimal 217 251 234
Hex D9 FB EA

RGB Percentages of Color #d9fbea

%30.91
%35.75
%33.33

CMYK Percentages of Color #d9fbea

%14
%0
%7
%2

Triadic Colors of #d9fbea

#d9fbea #ead9fb #fbead9

Analogous Colors of #d9fbea

#d9fbea #d9fbfb #d9fbd9

Monochromatic Colors of #d9fbea

#d9fbea

Complementary Color

#d9fbea #fbd9ea

#d9fbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fbea Color CSS Codes

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

#d9fbea Text Font Color

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

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


#d9fbea Background Color

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

This div background color is #d9fbea


#d9fbea Border Color

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

This div border color is #d9fbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,251,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 #d9fbea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fbea


Comments

No comments written yet.

Please login to write comment.