Color Hex Logo

#7bccfa Color Hex

#7BCCFA
(123,204,250)
0 Favorites   0 Comments

Color spaces of #7bccfa

RGB 123204250
HSL0.560.930.73
HSV202°51°98°
CMYK 0.510.180.00   0.02
XYZ47.016654.298898.4452
Yxy54.29880.23540.2718
Hunter Lab73.6877-15.0612-27.6288
CIE-Lab78.6356-12.4780-30.2284

#7bccfa color RGB value is (123,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 11111010
Octal 173 314 372
Decimal 123 204 250
Hex 7B CC FA

RGB Percentages of Color #7bccfa

%21.32
%35.36
%43.33

CMYK Percentages of Color #7bccfa

%51
%18
%0
%2

Triadic Colors of #7bccfa

#7bccfa #fa7bcc #ccfa7b

Analogous Colors of #7bccfa

#7bccfa #7b8dfa #7bfae9

Monochromatic Colors of #7bccfa

#7bccfa

Complementary Color

#7bccfa #faa97b

#7bccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bccfa Color CSS Codes

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

#7bccfa Text Font Color

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

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


#7bccfa Background Color

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

This div background color is #7bccfa


#7bccfa Border Color

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

This div border color is #7bccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bccfa


Comments

No comments written yet.

Please login to write comment.