Color Hex Logo

#7febdd Color Hex

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

Color spaces of #7febdd

RGB 127235221
HSL0.480.730.71
HSV172°46°92°
CMYK 0.460.000.06   0.08
XYZ51.511969.149179.0388
Yxy69.14910.25790.3463
Hunter Lab83.1559-34.94901.8547
CIE-Lab86.5778-34.4905-2.8866

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

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

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

Base Numbers

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

RGB Percentages of Color #7febdd

%21.78
%40.31
%37.91

CMYK Percentages of Color #7febdd

%46
%0
%6
%8

Triadic Colors of #7febdd

#7febdd #dd7feb #ebdd7f

Analogous Colors of #7febdd

#7febdd #7fc3eb #7feba7

Monochromatic Colors of #7febdd

#7febdd

Complementary Color

#7febdd #eb7f8d

#7febdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febdd Color CSS Codes

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

#7febdd Text Font Color

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

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


#7febdd Background Color

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

This div background color is #7febdd


#7febdd Border Color

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

This div border color is #7febdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,235,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febdd


Comments

No comments written yet.

Please login to write comment.