Color Hex Logo

#7cefdf Color Hex

#7CEFDF
(124,239,223)
0 Favorites   0 Comments

Color spaces of #7cefdf

RGB 124239223
HSL0.480.780.71
HSV172°48°94°
CMYK 0.480.000.07   0.06
XYZ52.498071.345880.8162
Yxy71.34580.25650.3486
Hunter Lab84.4664-36.87412.3987
CIE-Lab87.6527-36.5389-2.3707

#7cefdf color RGB value is (124,239,223).

#7cefdf hex color red value is 124, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7cefdf hue: 0.48 , saturation: 0.78 and the lightness value of 7cefdf is 0.71.

The process color (four color CMYK) of #7cefdf color hex is 0.48, 0.00, 0.07, 0.06. Web safe color of #7cefdf is #66ffcc. Color #7cefdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101111 11011111
Octal 174 357 337
Decimal 124 239 223
Hex 7C EF DF

RGB Percentages of Color #7cefdf

%21.16
%40.78
%38.05

CMYK Percentages of Color #7cefdf

%48
%0
%7
%6

Triadic Colors of #7cefdf

#7cefdf #df7cef #efdf7c

Analogous Colors of #7cefdf

#7cefdf #7cc6ef #7cefa6

Monochromatic Colors of #7cefdf

#7cefdf

Complementary Color

#7cefdf #ef7c8c

#7cefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cefdf Color CSS Codes

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

#7cefdf Text Font Color

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

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


#7cefdf Background Color

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

This div background color is #7cefdf


#7cefdf Border Color

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

This div border color is #7cefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cefdf


Comments

No comments written yet.

Please login to write comment.