Color Hex Logo

#7ceeea Color Hex

#7CEEEA
(124,238,234)
0 Favorites   0 Comments

Color spaces of #7ceeea

RGB 124238234
HSL0.490.770.71
HSV178°48°93°
CMYK 0.480.000.02   0.07
XYZ53.738071.374788.7863
Yxy71.37470.25120.3337
Hunter Lab84.4835-34.3066-3.1712
CIE-Lab87.6667-33.3944-8.1138

#7ceeea color RGB value is (124,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 11101010
Octal 174 356 352
Decimal 124 238 234
Hex 7C EE EA

RGB Percentages of Color #7ceeea

%20.81
%39.93
%39.26

CMYK Percentages of Color #7ceeea

%48
%0
%2
%7

Triadic Colors of #7ceeea

#7ceeea #ea7cee #eeea7c

Analogous Colors of #7ceeea

#7ceeea #7cb9ee #7ceeb1

Monochromatic Colors of #7ceeea

#7ceeea

Complementary Color

#7ceeea #ee7c80

#7ceeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceeea Color CSS Codes

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

#7ceeea Text Font Color

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

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


#7ceeea Background Color

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

This div background color is #7ceeea


#7ceeea Border Color

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

This div border color is #7ceeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceeea


Comments

No comments written yet.

Please login to write comment.