Color Hex Logo

#d5fea5 Color Hex

#D5FEA5
(213,254,165)
0 Favorites   0 Comments

Color spaces of #d5fea5

RGB 213254165
HSL0.240.980.82
HSV88°35°100°
CMYK 0.160.000.35   0.00
XYZ69.673987.746448.8618
Yxy87.74640.33780.4254
Hunter Lab93.6730-31.159834.6442
CIE-Lab95.0541-27.850138.3521

#d5fea5 color RGB value is (213,254,165).

#d5fea5 hex color red value is 213, green value is 254 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #d5fea5 hue: 0.24 , saturation: 0.98 and the lightness value of d5fea5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 10100101
Octal 325 376 245
Decimal 213 254 165
Hex D5 FE A5

RGB Percentages of Color #d5fea5

%33.70
%40.19
%26.11

CMYK Percentages of Color #d5fea5

%16
%0
%35
%0

Triadic Colors of #d5fea5

#d5fea5 #a5d5fe #fea5d5

Analogous Colors of #d5fea5

#d5fea5 #a9fea5 #fefba5

Monochromatic Colors of #d5fea5

#d5fea5

Complementary Color

#d5fea5 #cea5fe

#d5fea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fea5 Color CSS Codes

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

#d5fea5 Text Font Color

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

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


#d5fea5 Background Color

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

This div background color is #d5fea5


#d5fea5 Border Color

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

This div border color is #d5fea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fea5


Comments

No comments written yet.

Please login to write comment.