Color Hex Logo

#7dfbea Color Hex

#7DFBEA
(125,251,234)
0 Favorites   0 Comments

Color spaces of #7dfbea

RGB 125251234
HSL0.480.940.74
HSV172°50°98°
CMYK 0.500.000.07   0.02
XYZ57.805979.294890.1006
Yxy79.29480.25440.3490
Hunter Lab89.0476-39.95882.3422
CIE-Lab91.3675-39.1663-2.6506

#7dfbea color RGB value is (125,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111011 11101010
Octal 175 373 352
Decimal 125 251 234
Hex 7D FB EA

RGB Percentages of Color #7dfbea

%20.49
%41.15
%38.36

CMYK Percentages of Color #7dfbea

%50
%0
%7
%2

Triadic Colors of #7dfbea

#7dfbea #ea7dfb #fbea7d

Analogous Colors of #7dfbea

#7dfbea #7dcdfb #7dfbab

Monochromatic Colors of #7dfbea

#7dfbea

Complementary Color

#7dfbea #fb7d8e

#7dfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfbea Color CSS Codes

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

#7dfbea Text Font Color

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

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


#7dfbea Background Color

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

This div background color is #7dfbea


#7dfbea Border Color

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

This div border color is #7dfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfbea


Comments

No comments written yet.

Please login to write comment.