Color Hex Logo

#7febcf Color Hex

#7FEBCF
(127,235,207)
0 Favorites   0 Comments

Color spaces of #7febcf

RGB 127235207
HSL0.460.730.71
HSV164°46°92°
CMYK 0.460.000.12   0.08
XYZ49.723268.433769.6198
Yxy68.43370.26480.3644
Hunter Lab82.7247-37.47748.0097
CIE-Lab86.2229-37.73463.9454

#7febcf color RGB value is (127,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 11001111
Octal 177 353 317
Decimal 127 235 207
Hex 7F EB CF

RGB Percentages of Color #7febcf

%22.32
%41.30
%36.38

CMYK Percentages of Color #7febcf

%46
%0
%12
%8

Triadic Colors of #7febcf

#7febcf #cf7feb #ebcf7f

Analogous Colors of #7febcf

#7febcf #7fd1eb #7feb99

Monochromatic Colors of #7febcf

#7febcf

Complementary Color

#7febcf #eb7f9b

#7febcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febcf Color CSS Codes

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

#7febcf Text Font Color

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

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


#7febcf Background Color

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

This div background color is #7febcf


#7febcf Border Color

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

This div border color is #7febcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febcf


Comments

No comments written yet.

Please login to write comment.