Color Hex Logo

#7bcbfa Color Hex

#7BCBFA
(123,203,250)
0 Favorites   0 Comments

Color spaces of #7bcbfa

RGB 123203250
HSL0.560.930.73
HSV202°51°98°
CMYK 0.510.190.00   0.02
XYZ46.779653.825098.3662
Yxy53.82500.23510.2705
Hunter Lab73.3655-14.5738-28.1383
CIE-Lab78.3596-11.9536-30.6526

#7bcbfa color RGB value is (123,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001011 11111010
Octal 173 313 372
Decimal 123 203 250
Hex 7B CB FA

RGB Percentages of Color #7bcbfa

%21.35
%35.24
%43.40

CMYK Percentages of Color #7bcbfa

%51
%19
%0
%2

Triadic Colors of #7bcbfa

#7bcbfa #fa7bcb #cbfa7b

Analogous Colors of #7bcbfa

#7bcbfa #7b8cfa #7bfaea

Monochromatic Colors of #7bcbfa

#7bcbfa

Complementary Color

#7bcbfa #faaa7b

#7bcbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcbfa Color CSS Codes

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

#7bcbfa Text Font Color

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

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


#7bcbfa Background Color

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

This div background color is #7bcbfa


#7bcbfa Border Color

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

This div border color is #7bcbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcbfa


Comments

No comments written yet.

Please login to write comment.