Color Hex Logo

#7cbbfa Color Hex

#7CBBFA
(124,187,250)
0 Favorites   0 Comments

Color spaces of #7cbbfa

RGB 124187250
HSL0.580.930.73
HSV210°50°98°
CMYK 0.500.250.00   0.02
XYZ43.337846.727997.1777
Yxy46.72790.23150.2496
Hunter Lab68.3578-6.4599-36.4364
CIE-Lab74.0154-3.1580-37.3608

#7cbbfa color RGB value is (124,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11111010
Octal 174 273 372
Decimal 124 187 250
Hex 7C BB FA

RGB Percentages of Color #7cbbfa

%22.10
%33.33
%44.56

CMYK Percentages of Color #7cbbfa

%50
%25
%0
%2

Triadic Colors of #7cbbfa

#7cbbfa #fa7cbb #bbfa7c

Analogous Colors of #7cbbfa

#7cbbfa #7c7cfa #7cfafa

Monochromatic Colors of #7cbbfa

#7cbbfa

Complementary Color

#7cbbfa #fabb7c

#7cbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbfa Color CSS Codes

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

#7cbbfa Text Font Color

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

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


#7cbbfa Background Color

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

This div background color is #7cbbfa


#7cbbfa Border Color

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

This div border color is #7cbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbfa


Comments

No comments written yet.

Please login to write comment.