Color Hex Logo

#7cefca Color Hex

#7CEFCA
(124,239,202)
0 Favorites   0 Comments

Color spaces of #7cefca

RGB 124239202
HSL0.450.780.71
HSV161°48°94°
CMYK 0.480.000.15   0.06
XYZ49.839470.282466.8162
Yxy70.28240.26660.3760
Hunter Lab83.8346-40.592911.4301
CIE-Lab87.1352-41.35357.8630

#7cefca color RGB value is (124,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101111 11001010
Octal 174 357 312
Decimal 124 239 202
Hex 7C EF CA

RGB Percentages of Color #7cefca

%21.95
%42.30
%35.75

CMYK Percentages of Color #7cefca

%48
%0
%15
%6

Triadic Colors of #7cefca

#7cefca #ca7cef #efca7c

Analogous Colors of #7cefca

#7cefca #7cdbef #7cef91

Monochromatic Colors of #7cefca

#7cefca

Complementary Color

#7cefca #ef7ca1

#7cefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cefca Color CSS Codes

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

#7cefca Text Font Color

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

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


#7cefca Background Color

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

This div background color is #7cefca


#7cefca Border Color

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

This div border color is #7cefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cefca


Comments

No comments written yet.

Please login to write comment.