Color Hex Logo

#7deeff Color Hex

#7DEEFF
(125,238,255)
0 Favorites   0 Comments

Color spaces of #7deeff

RGB 125238255
HSL0.521.000.75
HSV188°51°100°
CMYK 0.510.070.00   0.00
XYZ57.082072.7290105.6373
Yxy72.72900.24240.3089
Hunter Lab85.2813-29.7655-13.7452
CIE-Lab88.3183-27.7990-18.1335

#7deeff color RGB value is (125,238,255).

#7deeff hex color red value is 125, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7deeff hue: 0.52 , saturation: 1.00 and the lightness value of 7deeff is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 11111111
Octal 175 356 377
Decimal 125 238 255
Hex 7D EE FF

RGB Percentages of Color #7deeff

%20.23
%38.51
%41.26

CMYK Percentages of Color #7deeff

%51
%7
%0
%0

Triadic Colors of #7deeff

#7deeff #ff7dee #eeff7d

Analogous Colors of #7deeff

#7deeff #7dadff #7dffcf

Monochromatic Colors of #7deeff

#7deeff

Complementary Color

#7deeff #ff8e7d

#7deeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deeff Color CSS Codes

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

#7deeff Text Font Color

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

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


#7deeff Background Color

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

This div background color is #7deeff


#7deeff Border Color

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

This div border color is #7deeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deeff


Comments

No comments written yet.

Please login to write comment.