Color Hex Logo

#7cfeee Color Hex

#7CFEEE
(124,254,238)
0 Favorites   0 Comments

Color spaces of #7cfeee

RGB 124254238
HSL0.480.980.74
HSV173°51°100°
CMYK 0.510.000.06   0.00
XYZ59.186681.341893.4700
Yxy81.34180.25290.3476
Hunter Lab90.1897-40.69211.6863
CIE-Lab92.2836-39.7686-3.3831

#7cfeee color RGB value is (124,254,238).

#7cfeee hex color red value is 124, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7cfeee hue: 0.48 , saturation: 0.98 and the lightness value of 7cfeee is 0.74.

The process color (four color CMYK) of #7cfeee color hex is 0.51, 0.00, 0.06, 0.00. Web safe color of #7cfeee is #66ffff. Color #7cfeee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111110 11101110
Octal 174 376 356
Decimal 124 254 238
Hex 7C FE EE

RGB Percentages of Color #7cfeee

%20.13
%41.23
%38.64

CMYK Percentages of Color #7cfeee

%51
%0
%6
%0

Triadic Colors of #7cfeee

#7cfeee #ee7cfe #feee7c

Analogous Colors of #7cfeee

#7cfeee #7ccdfe #7cfead

Monochromatic Colors of #7cfeee

#7cfeee

Complementary Color

#7cfeee #fe7c8c

#7cfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfeee Color CSS Codes

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

#7cfeee Text Font Color

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

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


#7cfeee Background Color

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

This div background color is #7cfeee


#7cfeee Border Color

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

This div border color is #7cfeee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,254,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cfeee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cfeee;
  -webkit-box-shadow: 1px 1px 3px 2px #7cfeee;
  box-shadow:         1px 1px 3px 2px #7cfeee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,254,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfeee


Comments

No comments written yet.

Please login to write comment.