Color Hex Logo

#7bcdfa Color Hex

#7BCDFA
(123,205,250)
0 Favorites   0 Comments

Color spaces of #7bcdfa

RGB 123205250
HSL0.560.930.73
HSV201°51°98°
CMYK 0.510.180.00   0.02
XYZ47.255054.775798.5246
Yxy54.77570.23560.2731
Hunter Lab74.0106-15.5482-27.1208
CIE-Lab78.9119-13.0015-29.8041

#7bcdfa color RGB value is (123,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 11111010
Octal 173 315 372
Decimal 123 205 250
Hex 7B CD FA

RGB Percentages of Color #7bcdfa

%21.28
%35.47
%43.25

CMYK Percentages of Color #7bcdfa

%51
%18
%0
%2

Triadic Colors of #7bcdfa

#7bcdfa #fa7bcd #cdfa7b

Analogous Colors of #7bcdfa

#7bcdfa #7b8efa #7bfae8

Monochromatic Colors of #7bcdfa

#7bcdfa

Complementary Color

#7bcdfa #faa87b

#7bcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcdfa Color CSS Codes

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

#7bcdfa Text Font Color

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

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


#7bcdfa Background Color

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

This div background color is #7bcdfa


#7bcdfa Border Color

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

This div border color is #7bcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcdfa


Comments

No comments written yet.

Please login to write comment.