Color Hex Logo

#7cfbeb Color Hex

#7CFBEB
(124,251,235)
0 Favorites   0 Comments

Color spaces of #7cfbeb

RGB 124251235
HSL0.480.940.74
HSV172°51°98°
CMYK 0.510.000.06   0.02
XYZ57.804879.277690.8527
Yxy79.27760.25360.3478
Hunter Lab89.0380-39.93151.8282
CIE-Lab91.3597-39.1355-3.1850

#7cfbeb color RGB value is (124,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111011 11101011
Octal 174 373 353
Decimal 124 251 235
Hex 7C FB EB

RGB Percentages of Color #7cfbeb

%20.33
%41.15
%38.52

CMYK Percentages of Color #7cfbeb

%51
%0
%6
%2

Triadic Colors of #7cfbeb

#7cfbeb #eb7cfb #fbeb7c

Analogous Colors of #7cfbeb

#7cfbeb #7cccfb #7cfbac

Monochromatic Colors of #7cfbeb

#7cfbeb

Complementary Color

#7cfbeb #fb7c8c

#7cfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfbeb Color CSS Codes

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

#7cfbeb Text Font Color

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

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


#7cfbeb Background Color

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

This div background color is #7cfbeb


#7cfbeb Border Color

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

This div border color is #7cfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfbeb


Comments

No comments written yet.

Please login to write comment.