Color Hex Logo

#7fedeb Color Hex

#7FEDEB
(127,237,235)
0 Favorites   0 Comments

Color spaces of #7fedeb

RGB 127237235
HSL0.500.750.71
HSV179°46°93°
CMYK 0.460.000.01   0.07
XYZ54.032071.078689.4690
Yxy71.07860.25180.3312
Hunter Lab84.3081-33.1409-3.9037
CIE-Lab87.5232-32.0230-8.8390

#7fedeb color RGB value is (127,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 11101011
Octal 177 355 353
Decimal 127 237 235
Hex 7F ED EB

RGB Percentages of Color #7fedeb

%21.20
%39.57
%39.23

CMYK Percentages of Color #7fedeb

%46
%0
%1
%7

Triadic Colors of #7fedeb

#7fedeb #eb7fed #edeb7f

Analogous Colors of #7fedeb

#7fedeb #7fb8ed #7fedb4

Monochromatic Colors of #7fedeb

#7fedeb

Complementary Color

#7fedeb #ed7f81

#7fedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedeb Color CSS Codes

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

#7fedeb Text Font Color

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

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


#7fedeb Background Color

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

This div background color is #7fedeb


#7fedeb Border Color

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

This div border color is #7fedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedeb


Comments

No comments written yet.

Please login to write comment.