Color Hex Logo

#7ceaec Color Hex

#7CEAEC
(124,234,236)
0 Favorites   0 Comments

Color spaces of #7ceaec

RGB 124234236
HSL0.500.750.71
HSV181°47°93°
CMYK 0.470.010.00   0.07
XYZ52.875369.186989.9245
Yxy69.18690.24940.3264
Hunter Lab83.1787-32.0932-5.8734
CIE-Lab86.5965-31.0058-10.7540

#7ceaec color RGB value is (124,234,236).

#7ceaec hex color red value is 124, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7ceaec hue: 0.50 , saturation: 0.75 and the lightness value of 7ceaec is 0.71.

The process color (four color CMYK) of #7ceaec color hex is 0.47, 0.01, 0.00, 0.07. Web safe color of #7ceaec is #66ffff. Color #7ceaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101010 11101100
Octal 174 352 354
Decimal 124 234 236
Hex 7C EA EC

RGB Percentages of Color #7ceaec

%20.88
%39.39
%39.73

CMYK Percentages of Color #7ceaec

%47
%1
%0
%7

Triadic Colors of #7ceaec

#7ceaec #ec7cea #eaec7c

Analogous Colors of #7ceaec

#7ceaec #7cb2ec #7cecb6

Monochromatic Colors of #7ceaec

#7ceaec

Complementary Color

#7ceaec #ec7e7c

#7ceaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceaec Color CSS Codes

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

#7ceaec Text Font Color

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

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


#7ceaec Background Color

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

This div background color is #7ceaec


#7ceaec Border Color

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

This div border color is #7ceaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceaec


Comments

No comments written yet.

Please login to write comment.