Color Hex Logo

#7deaf0 Color Hex

#7DEAF0
(125,234,240)
0 Favorites   0 Comments

Color spaces of #7deaf0

RGB 125234240
HSL0.510.790.72
HSV183°48°94°
CMYK 0.480.030.00   0.06
XYZ53.608469.496993.0269
Yxy69.49690.24800.3215
Hunter Lab83.3648-31.1026-7.8064
CIE-Lab86.7495-29.7735-12.6238

#7deaf0 color RGB value is (125,234,240).

#7deaf0 hex color red value is 125, green value is 234 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #7deaf0 hue: 0.51 , saturation: 0.79 and the lightness value of 7deaf0 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 11110000
Octal 175 352 360
Decimal 125 234 240
Hex 7D EA F0

RGB Percentages of Color #7deaf0

%20.87
%39.07
%40.07

CMYK Percentages of Color #7deaf0

%48
%3
%0
%6

Triadic Colors of #7deaf0

#7deaf0 #f07dea #eaf07d

Analogous Colors of #7deaf0

#7deaf0 #7db1f0 #7df0bd

Monochromatic Colors of #7deaf0

#7deaf0

Complementary Color

#7deaf0 #f0837d

#7deaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deaf0 Color CSS Codes

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

#7deaf0 Text Font Color

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

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


#7deaf0 Background Color

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

This div background color is #7deaf0


#7deaf0 Border Color

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

This div border color is #7deaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deaf0


Comments

No comments written yet.

Please login to write comment.