Color Hex Logo

#7deaf8 Color Hex

#7DEAF8
(125,234,248)
0 Favorites   0 Comments

Color spaces of #7deaf8

RGB 125234248
HSL0.520.900.73
HSV187°50°97°
CMYK 0.500.060.00   0.03
XYZ54.823569.982999.4255
Yxy69.98290.24450.3121
Hunter Lab83.6558-29.4183-11.9075
CIE-Lab86.9885-27.7056-16.4668

#7deaf8 color RGB value is (125,234,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 11111000
Octal 175 352 370
Decimal 125 234 248
Hex 7D EA F8

RGB Percentages of Color #7deaf8

%20.59
%38.55
%40.86

CMYK Percentages of Color #7deaf8

%50
%6
%0
%3

Triadic Colors of #7deaf8

#7deaf8 #f87dea #eaf87d

Analogous Colors of #7deaf8

#7deaf8 #7dadf8 #7df8c9

Monochromatic Colors of #7deaf8

#7deaf8

Complementary Color

#7deaf8 #f88b7d

#7deaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deaf8 Color CSS Codes

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

#7deaf8 Text Font Color

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

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


#7deaf8 Background Color

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

This div background color is #7deaf8


#7deaf8 Border Color

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

This div border color is #7deaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deaf8


Comments

No comments written yet.

Please login to write comment.