Color Hex Logo

#7deafa Color Hex

#7DEAFA
(125,234,250)
0 Favorites   0 Comments

Color spaces of #7deafa

RGB 125234250
HSL0.520.930.74
HSV188°50°98°
CMYK 0.500.060.00   0.02
XYZ55.135670.1077101.0687
Yxy70.10770.24360.3098
Hunter Lab83.7303-28.9876-12.9562
CIE-Lab87.0497-27.1810-17.4244

#7deafa color RGB value is (125,234,250).

#7deafa hex color red value is 125, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7deafa hue: 0.52 , saturation: 0.93 and the lightness value of 7deafa is 0.74.

The process color (four color CMYK) of #7deafa color hex is 0.50, 0.06, 0.00, 0.02. Web safe color of #7deafa is #66ffff. Color #7deafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 11111010
Octal 175 352 372
Decimal 125 234 250
Hex 7D EA FA

RGB Percentages of Color #7deafa

%20.53
%38.42
%41.05

CMYK Percentages of Color #7deafa

%50
%6
%0
%2

Triadic Colors of #7deafa

#7deafa #fa7dea #eafa7d

Analogous Colors of #7deafa

#7deafa #7dacfa #7dfacc

Monochromatic Colors of #7deafa

#7deafa

Complementary Color

#7deafa #fa8d7d

#7deafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deafa Color CSS Codes

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

#7deafa Text Font Color

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

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


#7deafa Background Color

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

This div background color is #7deafa


#7deafa Border Color

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

This div border color is #7deafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,234,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7deafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7deafa;
  -webkit-box-shadow: 1px 1px 3px 2px #7deafa;
  box-shadow:         1px 1px 3px 2px #7deafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,234,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deafa


Comments

No comments written yet.

Please login to write comment.