Color Hex Logo

#7bccfb Color Hex

#7BCCFB
(123,204,251)
0 Favorites   0 Comments

Color spaces of #7bccfb

RGB 123204251
HSL0.560.940.73
HSV202°51°98°
CMYK 0.510.190.00   0.02
XYZ47.173854.361799.2733
Yxy54.36170.23490.2707
Hunter Lab73.7304-14.8212-28.2190
CIE-Lab78.6722-12.1952-30.7062

#7bccfb color RGB value is (123,204,251).

#7bccfb hex color red value is 123, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7bccfb hue: 0.56 , saturation: 0.94 and the lightness value of 7bccfb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 11111011
Octal 173 314 373
Decimal 123 204 251
Hex 7B CC FB

RGB Percentages of Color #7bccfb

%21.28
%35.29
%43.43

CMYK Percentages of Color #7bccfb

%51
%19
%0
%2

Triadic Colors of #7bccfb

#7bccfb #fb7bcc #ccfb7b

Analogous Colors of #7bccfb

#7bccfb #7b8cfb #7bfbea

Monochromatic Colors of #7bccfb

#7bccfb

Complementary Color

#7bccfb #fbaa7b

#7bccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bccfb Color CSS Codes

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

#7bccfb Text Font Color

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

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


#7bccfb Background Color

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

This div background color is #7bccfb


#7bccfb Border Color

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

This div border color is #7bccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bccfb


Comments

No comments written yet.

Please login to write comment.