Color Hex Logo

#7bcbfb Color Hex

#7BCBFB
(123,203,251)
0 Favorites   0 Comments

Color spaces of #7bcbfb

RGB 123203251
HSL0.560.940.73
HSV203°51°98°
CMYK 0.510.190.00   0.02
XYZ46.936953.887999.1943
Yxy53.88790.23470.2694
Hunter Lab73.4084-14.3328-28.7307
CIE-Lab78.3963-11.6700-31.1303

#7bcbfb color RGB value is (123,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001011 11111011
Octal 173 313 373
Decimal 123 203 251
Hex 7B CB FB

RGB Percentages of Color #7bcbfb

%21.32
%35.18
%43.50

CMYK Percentages of Color #7bcbfb

%51
%19
%0
%2

Triadic Colors of #7bcbfb

#7bcbfb #fb7bcb #cbfb7b

Analogous Colors of #7bcbfb

#7bcbfb #7b8bfb #7bfbeb

Monochromatic Colors of #7bcbfb

#7bcbfb

Complementary Color

#7bcbfb #fbab7b

#7bcbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcbfb Color CSS Codes

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

#7bcbfb Text Font Color

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

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


#7bcbfb Background Color

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

This div background color is #7bcbfb


#7bcbfb Border Color

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

This div border color is #7bcbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcbfb


Comments

No comments written yet.

Please login to write comment.