Color Hex Logo

#7baffc Color Hex

#7BAFFC
(123,175,252)
0 Favorites   0 Comments

Color spaces of #7baffc

RGB 123175252
HSL0.600.960.74
HSV216°51°99°
CMYK 0.510.310.00   0.01
XYZ41.069041.899298.0182
Yxy41.89920.22690.2315
Hunter Lab64.7296-0.0238-44.4705
CIE-Lab70.80143.8592-43.4558

#7baffc color RGB value is (123,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 11111100
Octal 173 257 374
Decimal 123 175 252
Hex 7B AF FC

RGB Percentages of Color #7baffc

%22.36
%31.82
%45.82

CMYK Percentages of Color #7baffc

%51
%31
%0
%1

Triadic Colors of #7baffc

#7baffc #fc7baf #affc7b

Analogous Colors of #7baffc

#7baffc #887bfc #7bf0fc

Monochromatic Colors of #7baffc

#7baffc

Complementary Color

#7baffc #fcc87b

#7baffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baffc Color CSS Codes

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

#7baffc Text Font Color

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

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


#7baffc Background Color

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

This div background color is #7baffc


#7baffc Border Color

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

This div border color is #7baffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baffc


Comments

No comments written yet.

Please login to write comment.