Color Hex Logo

#7dedef Color Hex

#7DEDEF
(125,237,239)
0 Favorites   0 Comments

Color spaces of #7dedef

RGB 125237239
HSL0.500.780.71
HSV181°48°94°
CMYK 0.480.010.00   0.06
XYZ54.321671.160392.5336
Yxy71.16030.24920.3264
Hunter Lab84.3566-32.6785-5.9876
CIE-Lab87.5628-31.4553-10.8855

#7dedef color RGB value is (125,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11101111
Octal 175 355 357
Decimal 125 237 239
Hex 7D ED EF

RGB Percentages of Color #7dedef

%20.80
%39.43
%39.77

CMYK Percentages of Color #7dedef

%48
%1
%0
%6

Triadic Colors of #7dedef

#7dedef #ef7ded #edef7d

Analogous Colors of #7dedef

#7dedef #7db4ef #7defb8

Monochromatic Colors of #7dedef

#7dedef

Complementary Color

#7dedef #ef7f7d

#7dedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedef Color CSS Codes

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

#7dedef Text Font Color

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

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


#7dedef Background Color

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

This div background color is #7dedef


#7dedef Border Color

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

This div border color is #7dedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedef


Comments

No comments written yet.

Please login to write comment.