Color Hex Logo

#7fddeb Color Hex

#7FDDEB
(127,221,235)
0 Favorites   0 Comments

Color spaces of #7fddeb

RGB 127221235
HSL0.520.730.71
HSV188°46°92°
CMYK 0.460.060.00   0.08
XYZ49.604262.223187.9931
Yxy62.22310.24820.3114
Hunter Lab78.8816-25.7943-10.9214
CIE-Lab83.0319-24.3023-15.5467

#7fddeb color RGB value is (127,221,235).

#7fddeb hex color red value is 127, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7fddeb hue: 0.52 , saturation: 0.73 and the lightness value of 7fddeb is 0.71.

The process color (four color CMYK) of #7fddeb color hex is 0.46, 0.06, 0.00, 0.08. Web safe color of #7fddeb is #66ccff. Color #7fddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 11101011
Octal 177 335 353
Decimal 127 221 235
Hex 7F DD EB

RGB Percentages of Color #7fddeb

%21.78
%37.91
%40.31

CMYK Percentages of Color #7fddeb

%46
%6
%0
%8

Triadic Colors of #7fddeb

#7fddeb #eb7fdd #ddeb7f

Analogous Colors of #7fddeb

#7fddeb #7fa7eb #7febc3

Monochromatic Colors of #7fddeb

#7fddeb

Complementary Color

#7fddeb #eb8d7f

#7fddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddeb Color CSS Codes

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

#7fddeb Text Font Color

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

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


#7fddeb Background Color

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

This div background color is #7fddeb


#7fddeb Border Color

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

This div border color is #7fddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddeb


Comments

No comments written yet.

Please login to write comment.