Color Hex Logo

#7baffd Color Hex

#7BAFFD
(123,175,253)
0 Favorites   0 Comments

Color spaces of #7baffd

RGB 123175253
HSL0.600.970.74
HSV216°51°99°
CMYK 0.510.310.00   0.01
XYZ41.228041.962798.8552
Yxy41.96270.22650.2305
Hunter Lab64.77860.2428-45.1343
CIE-Lab70.84524.1574-43.9283

#7baffd color RGB value is (123,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 11111101
Octal 173 257 375
Decimal 123 175 253
Hex 7B AF FD

RGB Percentages of Color #7baffd

%22.32
%31.76
%45.92

CMYK Percentages of Color #7baffd

%51
%31
%0
%1

Triadic Colors of #7baffd

#7baffd #fd7baf #affd7b

Analogous Colors of #7baffd

#7baffd #887bfd #7bf0fd

Monochromatic Colors of #7baffd

#7baffd

Complementary Color

#7baffd #fdc97b

#7baffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baffd Color CSS Codes

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

#7baffd Text Font Color

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

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


#7baffd Background Color

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

This div background color is #7baffd


#7baffd Border Color

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

This div border color is #7baffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baffd


Comments

No comments written yet.

Please login to write comment.