Color Hex Logo

#7beaef Color Hex

#7BEAEF
(123,234,239)
0 Favorites   0 Comments

Color spaces of #7beaef

RGB 123234239
HSL0.510.780.71
HSV183°49°94°
CMYK 0.490.020.00   0.06
XYZ53.171269.288692.2330
Yxy69.28860.24770.3227
Hunter Lab83.2398-31.6489-7.4279
CIE-Lab86.6468-30.4567-12.2595

#7beaef color RGB value is (123,234,239).

#7beaef hex color red value is 123, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7beaef hue: 0.51 , saturation: 0.78 and the lightness value of 7beaef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 11101111
Octal 173 352 357
Decimal 123 234 239
Hex 7B EA EF

RGB Percentages of Color #7beaef

%20.64
%39.26
%40.10

CMYK Percentages of Color #7beaef

%49
%2
%0
%6

Triadic Colors of #7beaef

#7beaef #ef7bea #eaef7b

Analogous Colors of #7beaef

#7beaef #7bb0ef #7befba

Monochromatic Colors of #7beaef

#7beaef

Complementary Color

#7beaef #ef807b

#7beaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beaef Color CSS Codes

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

#7beaef Text Font Color

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

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


#7beaef Background Color

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

This div background color is #7beaef


#7beaef Border Color

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

This div border color is #7beaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beaef


Comments

No comments written yet.

Please login to write comment.