Color Hex Logo

#7beafd Color Hex

#7BEAFD
(123,234,253)
0 Favorites   0 Comments

Color spaces of #7beafd

RGB 123234253
HSL0.520.970.74
HSV189°51°99°
CMYK 0.510.080.00   0.01
XYZ55.320870.1484103.5528
Yxy70.14840.24160.3063
Hunter Lab83.7546-28.6695-14.6769
CIE-Lab87.0696-26.8006-18.9755

#7beafd color RGB value is (123,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 11111101
Octal 173 352 375
Decimal 123 234 253
Hex 7B EA FD

RGB Percentages of Color #7beafd

%20.16
%38.36
%41.48

CMYK Percentages of Color #7beafd

%51
%8
%0
%1

Triadic Colors of #7beafd

#7beafd #fd7bea #eafd7b

Analogous Colors of #7beafd

#7beafd #7ba9fd #7bfdcf

Monochromatic Colors of #7beafd

#7beafd

Complementary Color

#7beafd #fd8e7b

#7beafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beafd Color CSS Codes

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

#7beafd Text Font Color

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

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


#7beafd Background Color

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

This div background color is #7beafd


#7beafd Border Color

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

This div border color is #7beafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beafd


Comments

No comments written yet.

Please login to write comment.