Color Hex Logo

#efffa5 Color Hex

#EFFFA5
(239,255,165)
0 Favorites   0 Comments

Color spaces of #efffa5

RGB 239255165
HSL0.201.000.82
HSV71°35°100°
CMYK 0.060.000.35   0.00
XYZ78.148192.587349.3496
Yxy92.58730.35510.4207
Hunter Lab96.2223-23.418136.9475
CIE-Lab97.0599-18.912941.3025

#efffa5 color RGB value is (239,255,165).

#efffa5 hex color red value is 239, green value is 255 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #efffa5 hue: 0.20 , saturation: 1.00 and the lightness value of efffa5 is 0.82.

The process color (four color CMYK) of #efffa5 color hex is 0.06, 0.00, 0.35, 0.00. Web safe color of #efffa5 is #ffff99. Color #efffa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10100101
Octal 357 377 245
Decimal 239 255 165
Hex EF FF A5

RGB Percentages of Color #efffa5

%36.27
%38.69
%25.04

CMYK Percentages of Color #efffa5

%6
%0
%35
%0

Triadic Colors of #efffa5

#efffa5 #a5efff #ffa5ef

Analogous Colors of #efffa5

#efffa5 #c2ffa5 #ffe2a5

Monochromatic Colors of #efffa5

#efffa5

Complementary Color

#efffa5 #b5a5ff

#efffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffa5 Color CSS Codes

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

#efffa5 Text Font Color

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

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


#efffa5 Background Color

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

This div background color is #efffa5


#efffa5 Border Color

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

This div border color is #efffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffa5


Comments

No comments written yet.

Please login to write comment.