Color Hex Logo

#7bafca Color Hex

#7BAFCA
(123,175,202)
0 Favorites   0 Comments

Color spaces of #7bafca

RGB 123175202
HSL0.560.430.64
HSV201°39°79°
CMYK 0.390.130.00   0.21
XYZ34.159039.135261.6306
Yxy39.13520.25320.2901
Hunter Lab62.5581-12.0093-14.6202
CIE-Lab68.8491-10.2403-19.1491

#7bafca color RGB value is (123,175,202).

#7bafca hex color red value is 123, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7bafca hue: 0.56 , saturation: 0.43 and the lightness value of 7bafca is 0.64.

The process color (four color CMYK) of #7bafca color hex is 0.39, 0.13, 0.00, 0.21. Web safe color of #7bafca is #6699cc. Color #7bafca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 11001010
Octal 173 257 312
Decimal 123 175 202
Hex 7B AF CA

RGB Percentages of Color #7bafca

%24.60
%35.00
%40.40

CMYK Percentages of Color #7bafca

%39
%13
%0
%21

Triadic Colors of #7bafca

#7bafca #ca7baf #afca7b

Analogous Colors of #7bafca

#7bafca #7b88ca #7bcabe

Monochromatic Colors of #7bafca

#7bafca

Complementary Color

#7bafca #ca967b

#7bafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bafca Color CSS Codes

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

#7bafca Text Font Color

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

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


#7bafca Background Color

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

This div background color is #7bafca


#7bafca Border Color

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

This div border color is #7bafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bafca


Comments

No comments written yet.

Please login to write comment.