Color Hex Logo

#7ceee4 Color Hex

#7CEEE4
(124,238,228)
0 Favorites   0 Comments

Color spaces of #7ceee4

RGB 124238228
HSL0.490.770.71
HSV175°48°93°
CMYK 0.480.000.04   0.07
XYZ52.890371.035684.3224
Yxy71.03560.25400.3411
Hunter Lab84.2826-35.4796-0.3202
CIE-Lab87.5023-34.8712-5.2119

#7ceee4 color RGB value is (124,238,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 11100100
Octal 174 356 344
Decimal 124 238 228
Hex 7C EE E4

RGB Percentages of Color #7ceee4

%21.02
%40.34
%38.64

CMYK Percentages of Color #7ceee4

%48
%0
%4
%7

Triadic Colors of #7ceee4

#7ceee4 #e47cee #eee47c

Analogous Colors of #7ceee4

#7ceee4 #7cbfee #7ceeab

Monochromatic Colors of #7ceee4

#7ceee4

Complementary Color

#7ceee4 #ee7c86

#7ceee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceee4 Color CSS Codes

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

#7ceee4 Text Font Color

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

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


#7ceee4 Background Color

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

This div background color is #7ceee4


#7ceee4 Border Color

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

This div border color is #7ceee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceee4


Comments

No comments written yet.

Please login to write comment.