Color Hex Logo

#7beafa Color Hex

#7BEAFA
(123,234,250)
0 Favorites   0 Comments

Color spaces of #7beafa

RGB 123234250
HSL0.520.930.73
HSV188°51°98°
CMYK 0.510.060.00   0.02
XYZ54.846569.9587101.0551
Yxy69.95870.24280.3097
Hunter Lab83.6413-29.3237-13.0850
CIE-Lab86.9766-27.5962-17.5416

#7beafa color RGB value is (123,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 11111010
Octal 173 352 372
Decimal 123 234 250
Hex 7B EA FA

RGB Percentages of Color #7beafa

%20.26
%38.55
%41.19

CMYK Percentages of Color #7beafa

%51
%6
%0
%2

Triadic Colors of #7beafa

#7beafa #fa7bea #eafa7b

Analogous Colors of #7beafa

#7beafa #7babfa #7bfacb

Monochromatic Colors of #7beafa

#7beafa

Complementary Color

#7beafa #fa8b7b

#7beafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beafa Color CSS Codes

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

#7beafa Text Font Color

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

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


#7beafa Background Color

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

This div background color is #7beafa


#7beafa Border Color

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

This div border color is #7beafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,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 #7beafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beafa


Comments

No comments written yet.

Please login to write comment.