Color Hex Logo

#7febea Color Hex

#7FEBEA
(127,235,234)
0 Favorites   0 Comments

Color spaces of #7febea

RGB 127235234
HSL0.500.730.71
HSV179°46°92°
CMYK 0.460.000.00   0.08
XYZ53.312069.869288.5182
Yxy69.86920.25180.3300
Hunter Lab83.5878-32.4320-4.2757
CIE-Lab86.9327-31.3258-9.1911

#7febea color RGB value is (127,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 11101010
Octal 177 353 352
Decimal 127 235 234
Hex 7F EB EA

RGB Percentages of Color #7febea

%21.31
%39.43
%39.26

CMYK Percentages of Color #7febea

%46
%0
%0
%8

Triadic Colors of #7febea

#7febea #ea7feb #ebea7f

Analogous Colors of #7febea

#7febea #7fb6eb #7febb4

Monochromatic Colors of #7febea

#7febea

Complementary Color

#7febea #eb7f80

#7febea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febea Color CSS Codes

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

#7febea Text Font Color

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

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


#7febea Background Color

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

This div background color is #7febea


#7febea Border Color

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

This div border color is #7febea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febea


Comments

No comments written yet.

Please login to write comment.