Color Hex Logo

#d4fbae Color Hex

#D4FBAE
(212,251,174)
0 Favorites   0 Comments

Color spaces of #d4fbae

RGB 212251174
HSL0.250.910.83
HSV90°31°98°
CMYK 0.160.000.31   0.02
XYZ69.288586.047453.0013
Yxy86.04740.33260.4130
Hunter Lab92.7617-29.002231.0567
CIE-Lab94.3326-25.573332.9008

#d4fbae color RGB value is (212,251,174).

#d4fbae hex color red value is 212, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d4fbae hue: 0.25 , saturation: 0.91 and the lightness value of d4fbae is 0.83.

The process color (four color CMYK) of #d4fbae color hex is 0.16, 0.00, 0.31, 0.02. Web safe color of #d4fbae is #ccff99. Color #d4fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111011 10101110
Octal 324 373 256
Decimal 212 251 174
Hex D4 FB AE

RGB Percentages of Color #d4fbae

%33.28
%39.40
%27.32

CMYK Percentages of Color #d4fbae

%16
%0
%31
%2

Triadic Colors of #d4fbae

#d4fbae #aed4fb #fbaed4

Analogous Colors of #d4fbae

#d4fbae #aefbaf #fbfbae

Monochromatic Colors of #d4fbae

#d4fbae

Complementary Color

#d4fbae #d5aefb

#d4fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fbae Color CSS Codes

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

#d4fbae Text Font Color

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

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


#d4fbae Background Color

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

This div background color is #d4fbae


#d4fbae Border Color

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

This div border color is #d4fbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,251,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fbae


Comments

No comments written yet.

Please login to write comment.