Color Hex Logo

#7ffcea Color Hex

#7FFCEA
(127,252,234)
0 Favorites   0 Comments

Color spaces of #7ffcea

RGB 127252234
HSL0.480.950.74
HSV171°50°99°
CMYK 0.500.000.07   0.01
XYZ58.414180.073390.2189
Yxy80.07330.25540.3501
Hunter Lab89.4837-40.07332.8614
CIE-Lab91.7177-39.1954-2.1289

#7ffcea color RGB value is (127,252,234).

#7ffcea hex color red value is 127, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7ffcea hue: 0.48 , saturation: 0.95 and the lightness value of 7ffcea is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 11101010
Octal 177 374 352
Decimal 127 252 234
Hex 7F FC EA

RGB Percentages of Color #7ffcea

%20.72
%41.11
%38.17

CMYK Percentages of Color #7ffcea

%50
%0
%7
%1

Triadic Colors of #7ffcea

#7ffcea #ea7ffc #fcea7f

Analogous Colors of #7ffcea

#7ffcea #7fd0fc #7ffcac

Monochromatic Colors of #7ffcea

#7ffcea

Complementary Color

#7ffcea #fc7f91

#7ffcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffcea Color CSS Codes

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

#7ffcea Text Font Color

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

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


#7ffcea Background Color

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

This div background color is #7ffcea


#7ffcea Border Color

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

This div border color is #7ffcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffcea

Related Colors


Comments

No comments written yet.

Please login to write comment.