Color Hex Logo

#7deafd Color Hex

#7DEAFD
(125,234,253)
0 Favorites   0 Comments

Color spaces of #7deafd

RGB 125234253
HSL0.520.970.74
HSV189°51°99°
CMYK 0.510.080.00   0.01
XYZ55.609970.2975103.5663
Yxy70.29750.24230.3063
Hunter Lab83.8436-28.3348-14.5464
CIE-Lab87.1426-26.3892-18.8582

#7deafd color RGB value is (125,234,253).

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

The process color (four color CMYK) of #7deafd color hex is 0.51, 0.08, 0.00, 0.01. Web safe color of #7deafd is #66ffff. Color #7deafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 11111101
Octal 175 352 375
Decimal 125 234 253
Hex 7D EA FD

RGB Percentages of Color #7deafd

%20.42
%38.24
%41.34

CMYK Percentages of Color #7deafd

%51
%8
%0
%1

Triadic Colors of #7deafd

#7deafd #fd7dea #eafd7d

Analogous Colors of #7deafd

#7deafd #7daafd #7dfdd0

Monochromatic Colors of #7deafd

#7deafd

Complementary Color

#7deafd #fd907d

#7deafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deafd Color CSS Codes

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

#7deafd Text Font Color

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

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


#7deafd Background Color

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

This div background color is #7deafd


#7deafd Border Color

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

This div border color is #7deafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deafd


Comments

No comments written yet.

Please login to write comment.