Color Hex Logo

#7cbdfa Color Hex

#7CBDFA
(124,189,250)
0 Favorites   0 Comments

Color spaces of #7cbdfa

RGB 124189250
HSL0.580.930.73
HSV209°50°98°
CMYK 0.500.240.00   0.02
XYZ43.765147.582497.3201
Yxy47.58240.23200.2522
Hunter Lab68.9800-7.4638-35.3630
CIE-Lab74.5608-4.2481-36.5145

#7cbdfa color RGB value is (124,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111101 11111010
Octal 174 275 372
Decimal 124 189 250
Hex 7C BD FA

RGB Percentages of Color #7cbdfa

%22.02
%33.57
%44.40

CMYK Percentages of Color #7cbdfa

%50
%24
%0
%2

Triadic Colors of #7cbdfa

#7cbdfa #fa7cbd #bdfa7c

Analogous Colors of #7cbdfa

#7cbdfa #7c7efa #7cfaf8

Monochromatic Colors of #7cbdfa

#7cbdfa

Complementary Color

#7cbdfa #fab97c

#7cbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbdfa Color CSS Codes

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

#7cbdfa Text Font Color

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

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


#7cbdfa Background Color

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

This div background color is #7cbdfa


#7cbdfa Border Color

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

This div border color is #7cbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbdfa


Comments

No comments written yet.

Please login to write comment.