Color Hex Logo

#7ceafa Color Hex

#7CEAFA
(124,234,250)
0 Favorites   0 Comments

Color spaces of #7ceafa

RGB 124234250
HSL0.520.930.73
HSV188°50°98°
CMYK 0.500.060.00   0.02
XYZ54.990370.0329101.0619
Yxy70.03290.24320.3098
Hunter Lab83.6857-29.1566-13.0208
CIE-Lab87.0130-27.3896-17.4832

#7ceafa color RGB value is (124,234,250).

#7ceafa hex color red value is 124, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7ceafa hue: 0.52 , saturation: 0.93 and the lightness value of 7ceafa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101010 11111010
Octal 174 352 372
Decimal 124 234 250
Hex 7C EA FA

RGB Percentages of Color #7ceafa

%20.39
%38.49
%41.12

CMYK Percentages of Color #7ceafa

%50
%6
%0
%2

Triadic Colors of #7ceafa

#7ceafa #fa7cea #eafa7c

Analogous Colors of #7ceafa

#7ceafa #7cabfa #7cfacb

Monochromatic Colors of #7ceafa

#7ceafa

Complementary Color

#7ceafa #fa8c7c

#7ceafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceafa Color CSS Codes

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

#7ceafa Text Font Color

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

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


#7ceafa Background Color

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

This div background color is #7ceafa


#7ceafa Border Color

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

This div border color is #7ceafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ceafa

Related Colors


Comments

No comments written yet.

Please login to write comment.