Color Hex Logo

#7ce3eb Color Hex

#7CE3EB
(124,227,235)
0 Favorites   0 Comments

Color spaces of #7ce3eb

RGB 124227235
HSL0.510.740.70
HSV184°47°92°
CMYK 0.470.030.00   0.08
XYZ50.776765.221488.5100
Yxy65.22140.24830.3189
Hunter Lab80.7598-29.0999-8.4480
CIE-Lab84.5977-27.9042-13.2112

#7ce3eb color RGB value is (124,227,235).

#7ce3eb hex color red value is 124, green value is 227 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7ce3eb hue: 0.51 , saturation: 0.74 and the lightness value of 7ce3eb is 0.70.

The process color (four color CMYK) of #7ce3eb color hex is 0.47, 0.03, 0.00, 0.08. Web safe color of #7ce3eb is #66ccff. Color #7ce3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100011 11101011
Octal 174 343 353
Decimal 124 227 235
Hex 7C E3 EB

RGB Percentages of Color #7ce3eb

%21.16
%38.74
%40.10

CMYK Percentages of Color #7ce3eb

%47
%3
%0
%8

Triadic Colors of #7ce3eb

#7ce3eb #eb7ce3 #e3eb7c

Analogous Colors of #7ce3eb

#7ce3eb #7caceb #7cebbc

Monochromatic Colors of #7ce3eb

#7ce3eb

Complementary Color

#7ce3eb #eb847c

#7ce3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce3eb Color CSS Codes

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

#7ce3eb Text Font Color

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

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


#7ce3eb Background Color

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

This div background color is #7ce3eb


#7ce3eb Border Color

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

This div border color is #7ce3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce3eb


Comments

No comments written yet.

Please login to write comment.