Color Hex Logo

#7febca Color Hex

#7FEBCA
(127,235,202)
0 Favorites   0 Comments

Color spaces of #7febca

RGB 127235202
HSL0.450.730.71
HSV162°46°92°
CMYK 0.460.000.14   0.08
XYZ49.121468.193066.4507
Yxy68.19300.26730.3711
Hunter Lab82.5791-38.334210.0952
CIE-Lab86.1029-38.84946.3936

#7febca color RGB value is (127,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 11001010
Octal 177 353 312
Decimal 127 235 202
Hex 7F EB CA

RGB Percentages of Color #7febca

%22.52
%41.67
%35.82

CMYK Percentages of Color #7febca

%46
%0
%14
%8

Triadic Colors of #7febca

#7febca #ca7feb #ebca7f

Analogous Colors of #7febca

#7febca #7fd6eb #7feb94

Monochromatic Colors of #7febca

#7febca

Complementary Color

#7febca #eb7fa0

#7febca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febca Color CSS Codes

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

#7febca Text Font Color

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

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


#7febca Background Color

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

This div background color is #7febca


#7febca Border Color

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

This div border color is #7febca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febca


Comments

No comments written yet.

Please login to write comment.