Color Hex Logo

#7cefda Color Hex

#7CEFDA
(124,239,218)
0 Favorites   0 Comments

Color spaces of #7cefda

RGB 124239218
HSL0.470.780.71
HSV169°48°94°
CMYK 0.480.000.09   0.06
XYZ51.833671.080077.3176
Yxy71.08000.25890.3550
Hunter Lab84.3090-37.79794.6429
CIE-Lab87.5239-37.72140.0588

#7cefda color RGB value is (124,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101111 11011010
Octal 174 357 332
Decimal 124 239 218
Hex 7C EF DA

RGB Percentages of Color #7cefda

%21.34
%41.14
%37.52

CMYK Percentages of Color #7cefda

%48
%0
%9
%6

Triadic Colors of #7cefda

#7cefda #da7cef #efda7c

Analogous Colors of #7cefda

#7cefda #7ccbef #7cefa1

Monochromatic Colors of #7cefda

#7cefda

Complementary Color

#7cefda #ef7c91

#7cefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cefda Color CSS Codes

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

#7cefda Text Font Color

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

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


#7cefda Background Color

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

This div background color is #7cefda


#7cefda Border Color

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

This div border color is #7cefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cefda


Comments

No comments written yet.

Please login to write comment.