Color Hex Logo

#7ceefe Color Hex

#7CEEFE
(124,238,254)
0 Favorites   0 Comments

Color spaces of #7ceefe

RGB 124238254
HSL0.520.980.74
HSV187°51°100°
CMYK 0.510.060.00   0.00
XYZ56.776172.5899104.7848
Yxy72.58990.24250.3100
Hunter Lab85.1997-30.1491-13.2794
CIE-Lab88.2518-28.2670-17.7142

#7ceefe color RGB value is (124,238,254).

#7ceefe hex color red value is 124, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7ceefe hue: 0.52 , saturation: 0.98 and the lightness value of 7ceefe is 0.74.

The process color (four color CMYK) of #7ceefe color hex is 0.51, 0.06, 0.00, 0.00. Web safe color of #7ceefe is #66ffff. Color #7ceefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101110 11111110
Octal 174 356 376
Decimal 124 238 254
Hex 7C EE FE

RGB Percentages of Color #7ceefe

%20.13
%38.64
%41.23

CMYK Percentages of Color #7ceefe

%51
%6
%0
%0

Triadic Colors of #7ceefe

#7ceefe #fe7cee #eefe7c

Analogous Colors of #7ceefe

#7ceefe #7cadfe #7cfecd

Monochromatic Colors of #7ceefe

#7ceefe

Complementary Color

#7ceefe #fe8c7c

#7ceefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceefe Color CSS Codes

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

#7ceefe Text Font Color

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

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


#7ceefe Background Color

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

This div background color is #7ceefe


#7ceefe Border Color

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

This div border color is #7ceefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceefe

Related Colors


Comments

No comments written yet.

Please login to write comment.