Color Hex Logo

#7fddee Color Hex

#7FDDEE
(127,221,238)
0 Favorites   0 Comments

Color spaces of #7fddee

RGB 127221238
HSL0.530.770.72
HSV189°47°93°
CMYK 0.470.070.00   0.07
XYZ50.041562.398090.2955
Yxy62.39800.24680.3078
Hunter Lab78.9924-25.1574-12.4792
CIE-Lab83.1246-23.5224-16.9977

#7fddee color RGB value is (127,221,238).

#7fddee hex color red value is 127, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7fddee hue: 0.53 , saturation: 0.77 and the lightness value of 7fddee is 0.72.

The process color (four color CMYK) of #7fddee color hex is 0.47, 0.07, 0.00, 0.07. Web safe color of #7fddee is #66ccff. Color #7fddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 11101110
Octal 177 335 356
Decimal 127 221 238
Hex 7F DD EE

RGB Percentages of Color #7fddee

%21.67
%37.71
%40.61

CMYK Percentages of Color #7fddee

%47
%7
%0
%7

Triadic Colors of #7fddee

#7fddee #ee7fdd #ddee7f

Analogous Colors of #7fddee

#7fddee #7fa6ee #7feec8

Monochromatic Colors of #7fddee

#7fddee

Complementary Color

#7fddee #ee907f

#7fddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddee Color CSS Codes

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

#7fddee Text Font Color

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

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


#7fddee Background Color

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

This div background color is #7fddee


#7fddee Border Color

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

This div border color is #7fddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddee


Comments

No comments written yet.

Please login to write comment.