Color Hex Logo

#d2f994 Color Hex

#D2F994
(210,249,148)
0 Favorites   0 Comments

Color spaces of #d2f994

RGB 210249148
HSL0.230.890.78
HSV83°41°98°
CMYK 0.160.000.41   0.02
XYZ65.799383.591140.6837
Yxy83.59110.34620.4398
Hunter Lab91.4282-31.535937.6169
CIE-Lab93.2726-28.688444.3499

#d2f994 color RGB value is (210,249,148).

#d2f994 hex color red value is 210, green value is 249 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d2f994 hue: 0.23 , saturation: 0.89 and the lightness value of d2f994 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111001 10010100
Octal 322 371 224
Decimal 210 249 148
Hex D2 F9 94

RGB Percentages of Color #d2f994

%34.60
%41.02
%24.38

CMYK Percentages of Color #d2f994

%16
%0
%41
%2

Triadic Colors of #d2f994

#d2f994 #94d2f9 #f994d2

Analogous Colors of #d2f994

#d2f994 #a0f994 #f9ee94

Monochromatic Colors of #d2f994

#d2f994

Complementary Color

#d2f994 #bb94f9

#d2f994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2f994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2f994 Color CSS Codes

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

#d2f994 Text Font Color

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

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


#d2f994 Background Color

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

This div background color is #d2f994


#d2f994 Border Color

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

This div border color is #d2f994


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,249,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2f994; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2f994;
  -webkit-box-shadow: 1px 1px 3px 2px #d2f994;
  box-shadow:         1px 1px 3px 2px #d2f994; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,249,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2f994


Comments

No comments written yet.

Please login to write comment.