Color Hex Logo

#7bbffc Color Hex

#7BBFFC
(123,191,252)
0 Favorites   0 Comments

Color spaces of #7bbffc

RGB 123191252
HSL0.580.960.74
HSV208°51°99°
CMYK 0.510.240.00   0.01
XYZ44.369948.500899.1185
Yxy48.50080.23110.2526
Hunter Lab69.6425-8.1504-35.6346
CIE-Lab75.1397-4.9731-36.6958

#7bbffc color RGB value is (123,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111111 11111100
Octal 173 277 374
Decimal 123 191 252
Hex 7B BF FC

RGB Percentages of Color #7bbffc

%21.73
%33.75
%44.52

CMYK Percentages of Color #7bbffc

%51
%24
%0
%1

Triadic Colors of #7bbffc

#7bbffc #fc7bbf #bffc7b

Analogous Colors of #7bbffc

#7bbffc #7b7ffc #7bfcf9

Monochromatic Colors of #7bbffc

#7bbffc

Complementary Color

#7bbffc #fcb87b

#7bbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbffc Color CSS Codes

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

#7bbffc Text Font Color

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

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


#7bbffc Background Color

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

This div background color is #7bbffc


#7bbffc Border Color

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

This div border color is #7bbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbffc

Related Colors


Comments

No comments written yet.

Please login to write comment.