Color Hex Logo

#7deeeb Color Hex

#7DEEEB
(125,238,235)
0 Favorites   0 Comments

Color spaces of #7deeeb

RGB 125238235
HSL0.500.770.71
HSV178°47°93°
CMYK 0.470.000.01   0.07
XYZ54.027471.507289.5520
Yxy71.50720.25120.3325
Hunter Lab84.5619-33.9381-3.5954
CIE-Lab87.7308-32.9299-8.5388

#7deeeb color RGB value is (125,238,235).

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

The process color (four color CMYK) of #7deeeb color hex is 0.47, 0.00, 0.01, 0.07. Web safe color of #7deeeb is #66ffff. Color #7deeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 11101011
Octal 175 356 353
Decimal 125 238 235
Hex 7D EE EB

RGB Percentages of Color #7deeeb

%20.90
%39.80
%39.30

CMYK Percentages of Color #7deeeb

%47
%0
%1
%7

Triadic Colors of #7deeeb

#7deeeb #eb7dee #eeeb7d

Analogous Colors of #7deeeb

#7deeeb #7db9ee #7deeb3

Monochromatic Colors of #7deeeb

#7deeeb

Complementary Color

#7deeeb #ee7d80

#7deeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deeeb Color CSS Codes

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

#7deeeb Text Font Color

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

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


#7deeeb Background Color

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

This div background color is #7deeeb


#7deeeb Border Color

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

This div border color is #7deeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deeeb


Comments

No comments written yet.

Please login to write comment.