Color Hex Logo

#7deeef Color Hex

#7DEEEF
(125,238,239)
0 Favorites   0 Comments

Color spaces of #7deeef

RGB 125238239
HSL0.500.780.71
HSV181°48°94°
CMYK 0.480.000.00   0.06
XYZ54.612071.741092.6304
Yxy71.74100.24940.3276
Hunter Lab84.7001-33.1338-5.5512
CIE-Lab87.8438-31.9281-10.4671

#7deeef color RGB value is (125,238,239).

#7deeef hex color red value is 125, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7deeef hue: 0.50 , saturation: 0.78 and the lightness value of 7deeef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 11101111
Octal 175 356 357
Decimal 125 238 239
Hex 7D EE EF

RGB Percentages of Color #7deeef

%20.76
%39.53
%39.70

CMYK Percentages of Color #7deeef

%48
%0
%0
%6

Triadic Colors of #7deeef

#7deeef #ef7dee #eeef7d

Analogous Colors of #7deeef

#7deeef #7db5ef #7defb7

Monochromatic Colors of #7deeef

#7deeef

Complementary Color

#7deeef #ef7e7d

#7deeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deeef Color CSS Codes

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

#7deeef Text Font Color

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

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


#7deeef Background Color

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

This div background color is #7deeef


#7deeef Border Color

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

This div border color is #7deeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deeef


Comments

No comments written yet.

Please login to write comment.