Color Hex Logo

#7defdc Color Hex

#7DEFDC
(125,239,220)
0 Favorites   0 Comments

Color spaces of #7defdc

RGB 125239220
HSL0.470.780.71
HSV170°48°94°
CMYK 0.480.000.08   0.06
XYZ52.242271.260378.7113
Yxy71.26030.25840.3524
Hunter Lab84.4158-37.25983.8077
CIE-Lab87.6113-37.0278-0.8562

#7defdc color RGB value is (125,239,220).

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

The process color (four color CMYK) of #7defdc color hex is 0.48, 0.00, 0.08, 0.06. Web safe color of #7defdc is #66ffcc. Color #7defdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101111 11011100
Octal 175 357 334
Decimal 125 239 220
Hex 7D EF DC

RGB Percentages of Color #7defdc

%21.40
%40.92
%37.67

CMYK Percentages of Color #7defdc

%48
%0
%8
%6

Triadic Colors of #7defdc

#7defdc #dc7def #efdc7d

Analogous Colors of #7defdc

#7defdc #7dc9ef #7defa3

Monochromatic Colors of #7defdc

#7defdc

Complementary Color

#7defdc #ef7d90

#7defdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7defdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7defdc Color CSS Codes

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

#7defdc Text Font Color

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

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


#7defdc Background Color

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

This div background color is #7defdc


#7defdc Border Color

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

This div border color is #7defdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7defdc


Comments

No comments written yet.

Please login to write comment.