Color Hex Logo

#7de0eb Color Hex

#7DE0EB
(125,224,235)
0 Favorites   0 Comments

Color spaces of #7de0eb

RGB 125224235
HSL0.520.730.71
HSV186°47°92°
CMYK 0.470.050.00   0.08
XYZ50.108563.669488.2457
Yxy63.66940.24800.3152
Hunter Lab79.7931-27.5435-9.7155
CIE-Lab83.7933-26.2247-14.4120

#7de0eb color RGB value is (125,224,235).

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

The process color (four color CMYK) of #7de0eb color hex is 0.47, 0.05, 0.00, 0.08. Web safe color of #7de0eb is #66ccff. Color #7de0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100000 11101011
Octal 175 340 353
Decimal 125 224 235
Hex 7D E0 EB

RGB Percentages of Color #7de0eb

%21.40
%38.36
%40.24

CMYK Percentages of Color #7de0eb

%47
%5
%0
%8

Triadic Colors of #7de0eb

#7de0eb #eb7de0 #e0eb7d

Analogous Colors of #7de0eb

#7de0eb #7da9eb #7debbf

Monochromatic Colors of #7de0eb

#7de0eb

Complementary Color

#7de0eb #eb887d

#7de0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de0eb Color CSS Codes

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

#7de0eb Text Font Color

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

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


#7de0eb Background Color

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

This div background color is #7de0eb


#7de0eb Border Color

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

This div border color is #7de0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de0eb


Comments

No comments written yet.

Please login to write comment.