Color Hex Logo

#7dfbee Color Hex

#7DFBEE
(125,251,238)
0 Favorites   0 Comments

Color spaces of #7dfbee

RGB 125251238
HSL0.480.940.74
HSV174°50°98°
CMYK 0.500.000.05   0.02
XYZ58.387279.527493.1619
Yxy79.52740.25270.3442
Hunter Lab89.1781-39.19320.4861
CIE-Lab91.4724-38.2031-4.5727

#7dfbee color RGB value is (125,251,238).

#7dfbee hex color red value is 125, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7dfbee hue: 0.48 , saturation: 0.94 and the lightness value of 7dfbee is 0.74.

The process color (four color CMYK) of #7dfbee color hex is 0.50, 0.00, 0.05, 0.02. Web safe color of #7dfbee is #66ffff. Color #7dfbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111011 11101110
Octal 175 373 356
Decimal 125 251 238
Hex 7D FB EE

RGB Percentages of Color #7dfbee

%20.36
%40.88
%38.76

CMYK Percentages of Color #7dfbee

%50
%0
%5
%2

Triadic Colors of #7dfbee

#7dfbee #ee7dfb #fbee7d

Analogous Colors of #7dfbee

#7dfbee #7dc9fb #7dfbaf

Monochromatic Colors of #7dfbee

#7dfbee

Complementary Color

#7dfbee #fb7d8a

#7dfbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfbee Color CSS Codes

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

#7dfbee Text Font Color

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

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


#7dfbee Background Color

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

This div background color is #7dfbee


#7dfbee Border Color

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

This div border color is #7dfbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfbee


Comments

No comments written yet.

Please login to write comment.