Color Hex Logo

#7de1eb Color Hex

#7DE1EB
(125,225,235)
0 Favorites   0 Comments

Color spaces of #7de1eb

RGB 125225235
HSL0.520.730.71
HSV185°47°92°
CMYK 0.470.040.00   0.08
XYZ50.378164.208688.3355
Yxy64.20860.24830.3164
Hunter Lab80.1303-28.0046-9.2700
CIE-Lab84.0743-26.7124-13.9909

#7de1eb color RGB value is (125,225,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100001 11101011
Octal 175 341 353
Decimal 125 225 235
Hex 7D E1 EB

RGB Percentages of Color #7de1eb

%21.37
%38.46
%40.17

CMYK Percentages of Color #7de1eb

%47
%4
%0
%8

Triadic Colors of #7de1eb

#7de1eb #eb7de1 #e1eb7d

Analogous Colors of #7de1eb

#7de1eb #7daaeb #7debbe

Monochromatic Colors of #7de1eb

#7de1eb

Complementary Color

#7de1eb #eb877d

#7de1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de1eb Color CSS Codes

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

#7de1eb Text Font Color

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

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


#7de1eb Background Color

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

This div background color is #7de1eb


#7de1eb Border Color

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

This div border color is #7de1eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,225,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 #7de1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de1eb


Comments

No comments written yet.

Please login to write comment.