Color Hex Logo

#7dfceb Color Hex

#7DFCEB
(125,252,235)
0 Favorites   0 Comments

Color spaces of #7dfceb

RGB 125252235
HSL0.480.950.74
HSV172°50°99°
CMYK 0.500.000.07   0.01
XYZ58.263279.978990.9639
Yxy79.97890.25420.3489
Hunter Lab89.4309-40.21352.2953
CIE-Lab91.6754-39.3792-2.7175

#7dfceb color RGB value is (125,252,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 11101011
Octal 175 374 353
Decimal 125 252 235
Hex 7D FC EB

RGB Percentages of Color #7dfceb

%20.42
%41.18
%38.40

CMYK Percentages of Color #7dfceb

%50
%0
%7
%1

Triadic Colors of #7dfceb

#7dfceb #eb7dfc #fceb7d

Analogous Colors of #7dfceb

#7dfceb #7dcefc #7dfcac

Monochromatic Colors of #7dfceb

#7dfceb

Complementary Color

#7dfceb #fc7d8e

#7dfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfceb Color CSS Codes

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

#7dfceb Text Font Color

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

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


#7dfceb Background Color

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

This div background color is #7dfceb


#7dfceb Border Color

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

This div border color is #7dfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfceb


Comments

No comments written yet.

Please login to write comment.