Color Hex Logo

#7dece8 Color Hex

#7DECE8
(125,236,232)
0 Favorites   0 Comments

Color spaces of #7dece8

RGB 125236232
HSL0.490.740.71
HSV178°47°93°
CMYK 0.470.000.02   0.07
XYZ53.018470.177187.0951
Yxy70.17710.25210.3337
Hunter Lab83.7718-33.6296-3.0019
CIE-Lab87.0837-32.7349-7.9251

#7dece8 color RGB value is (125,236,232).

#7dece8 hex color red value is 125, green value is 236 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #7dece8 hue: 0.49 , saturation: 0.74 and the lightness value of 7dece8 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 11101000
Octal 175 354 350
Decimal 125 236 232
Hex 7D EC E8

RGB Percentages of Color #7dece8

%21.08
%39.80
%39.12

CMYK Percentages of Color #7dece8

%47
%0
%2
%7

Triadic Colors of #7dece8

#7dece8 #e87dec #ece87d

Analogous Colors of #7dece8

#7dece8 #7db9ec #7decb1

Monochromatic Colors of #7dece8

#7dece8

Complementary Color

#7dece8 #ec7d81

#7dece8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dece8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dece8 Color CSS Codes

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

#7dece8 Text Font Color

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

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


#7dece8 Background Color

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

This div background color is #7dece8


#7dece8 Border Color

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

This div border color is #7dece8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dece8


Comments

No comments written yet.

Please login to write comment.