Color Hex Logo

#7ceaed Color Hex

#7CEAED
(124,234,237)
0 Favorites   0 Comments

Color spaces of #7ceaed

RGB 124234237
HSL0.500.760.71
HSV182°48°93°
CMYK 0.480.010.00   0.07
XYZ53.021169.245190.6919
Yxy69.24510.24900.3252
Hunter Lab83.2136-31.8893-6.3687
CIE-Lab86.6253-30.7521-11.2367

#7ceaed color RGB value is (124,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101010 11101101
Octal 174 352 355
Decimal 124 234 237
Hex 7C EA ED

RGB Percentages of Color #7ceaed

%20.84
%39.33
%39.83

CMYK Percentages of Color #7ceaed

%48
%1
%0
%7

Triadic Colors of #7ceaed

#7ceaed #ed7cea #eaed7c

Analogous Colors of #7ceaed

#7ceaed #7cb2ed #7cedb8

Monochromatic Colors of #7ceaed

#7ceaed

Complementary Color

#7ceaed #ed7f7c

#7ceaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceaed Color CSS Codes

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

#7ceaed Text Font Color

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

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


#7ceaed Background Color

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

This div background color is #7ceaed


#7ceaed Border Color

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

This div border color is #7ceaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceaed


Comments

No comments written yet.

Please login to write comment.