Color Hex Logo

#7bdcfb Color Hex

#7BDCFB
(123,220,251)
0 Favorites   0 Comments

Color spaces of #7bdcfb

RGB 123220251
HSL0.540.940.73
HSV195°51°98°
CMYK 0.510.120.00   0.02
XYZ51.174262.3624100.6068
Yxy62.36240.23900.2912
Hunter Lab78.9699-22.5254-20.2559
CIE-Lab83.1058-20.4176-23.9265

#7bdcfb color RGB value is (123,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 11111011
Octal 173 334 373
Decimal 123 220 251
Hex 7B DC FB

RGB Percentages of Color #7bdcfb

%20.71
%37.04
%42.26

CMYK Percentages of Color #7bdcfb

%51
%12
%0
%2

Triadic Colors of #7bdcfb

#7bdcfb #fb7bdc #dcfb7b

Analogous Colors of #7bdcfb

#7bdcfb #7b9cfb #7bfbda

Monochromatic Colors of #7bdcfb

#7bdcfb

Complementary Color

#7bdcfb #fb9a7b

#7bdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdcfb Color CSS Codes

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

#7bdcfb Text Font Color

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

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


#7bdcfb Background Color

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

This div background color is #7bdcfb


#7bdcfb Border Color

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

This div border color is #7bdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.