Color Hex Logo

#7baefd Color Hex

#7BAEFD
(123,174,253)
0 Favorites   0 Comments

Color spaces of #7baefd

RGB 123174253
HSL0.600.970.74
HSV216°51°99°
CMYK 0.510.310.00   0.01
XYZ41.034141.574998.7905
Yxy41.57490.22620.2292
Hunter Lab64.47860.7596-45.7058
CIE-Lab70.57684.7199-44.3488

#7baefd color RGB value is (123,174,253).

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

The process color (four color CMYK) of #7baefd color hex is 0.51, 0.31, 0.00, 0.01. Web safe color of #7baefd is #6699ff. Color #7baefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11111101
Octal 173 256 375
Decimal 123 174 253
Hex 7B AE FD

RGB Percentages of Color #7baefd

%22.36
%31.64
%46.00

CMYK Percentages of Color #7baefd

%51
%31
%0
%1

Triadic Colors of #7baefd

#7baefd #fd7bae #aefd7b

Analogous Colors of #7baefd

#7baefd #897bfd #7beffd

Monochromatic Colors of #7baefd

#7baefd

Complementary Color

#7baefd #fdca7b

#7baefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baefd Color CSS Codes

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

#7baefd Text Font Color

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

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


#7baefd Background Color

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

This div background color is #7baefd


#7baefd Border Color

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

This div border color is #7baefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baefd


Comments

No comments written yet.

Please login to write comment.