Color Hex Logo

#7cefde Color Hex

#7CEFDE
(124,239,222)
0 Favorites   0 Comments

Color spaces of #7cefde

RGB 124239222
HSL0.480.780.71
HSV171°48°94°
CMYK 0.480.000.07   0.06
XYZ52.363571.292080.1081
Yxy71.29200.25700.3499
Hunter Lab84.4346-37.06082.8523
CIE-Lab87.6267-36.7773-1.8852

#7cefde color RGB value is (124,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101111 11011110
Octal 174 357 336
Decimal 124 239 222
Hex 7C EF DE

RGB Percentages of Color #7cefde

%21.20
%40.85
%37.95

CMYK Percentages of Color #7cefde

%48
%0
%7
%6

Triadic Colors of #7cefde

#7cefde #de7cef #efde7c

Analogous Colors of #7cefde

#7cefde #7cc7ef #7cefa5

Monochromatic Colors of #7cefde

#7cefde

Complementary Color

#7cefde #ef7c8d

#7cefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cefde Color CSS Codes

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

#7cefde Text Font Color

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

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


#7cefde Background Color

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

This div background color is #7cefde


#7cefde Border Color

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

This div border color is #7cefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cefde


Comments

No comments written yet.

Please login to write comment.