Color Hex Logo

#7ce7da Color Hex

#7CE7DA
(124,231,218)
0 Favorites   0 Comments

Color spaces of #7ce7da

RGB 124231218
HSL0.480.690.70
HSV173°46°91°
CMYK 0.460.000.06   0.09
XYZ49.543066.498976.5540
Yxy66.49890.25720.3453
Hunter Lab81.5469-34.26111.4229
CIE-Lab85.2503-34.0297-3.2719

#7ce7da color RGB value is (124,231,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100111 11011010
Octal 174 347 332
Decimal 124 231 218
Hex 7C E7 DA

RGB Percentages of Color #7ce7da

%21.64
%40.31
%38.05

CMYK Percentages of Color #7ce7da

%46
%0
%6
%9

Triadic Colors of #7ce7da

#7ce7da #da7ce7 #e7da7c

Analogous Colors of #7ce7da

#7ce7da #7cbfe7 #7ce7a5

Monochromatic Colors of #7ce7da

#7ce7da

Complementary Color

#7ce7da #e77c89

#7ce7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce7da Color CSS Codes

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

#7ce7da Text Font Color

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

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


#7ce7da Background Color

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

This div background color is #7ce7da


#7ce7da Border Color

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

This div border color is #7ce7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce7da


Comments

No comments written yet.

Please login to write comment.