Color Hex Logo

#7ceada Color Hex

#7CEADA
(124,234,218)
0 Favorites   0 Comments

Color spaces of #7ceada

RGB 124234218
HSL0.480.720.70
HSV171°47°92°
CMYK 0.470.000.07   0.08
XYZ50.389968.192776.8363
Yxy68.19270.25790.3490
Hunter Lab82.5789-35.59172.6383
CIE-Lab86.1027-35.4242-2.0205

#7ceada color RGB value is (124,234,218).

#7ceada hex color red value is 124, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7ceada hue: 0.48 , saturation: 0.72 and the lightness value of 7ceada is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101010 11011010
Octal 174 352 332
Decimal 124 234 218
Hex 7C EA DA

RGB Percentages of Color #7ceada

%21.53
%40.63
%37.85

CMYK Percentages of Color #7ceada

%47
%0
%7
%8

Triadic Colors of #7ceada

#7ceada #da7cea #eada7c

Analogous Colors of #7ceada

#7ceada #7cc3ea #7ceaa3

Monochromatic Colors of #7ceada

#7ceada

Complementary Color

#7ceada #ea7c8c

#7ceada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceada Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceada Color CSS Codes

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

#7ceada Text Font Color

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

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


#7ceada Background Color

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

This div background color is #7ceada


#7ceada Border Color

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

This div border color is #7ceada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,234,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 #7ceada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceada


Comments

No comments written yet.

Please login to write comment.