Color Hex Logo

#7cbefb Color Hex

#7CBEFB
(124,190,251)
0 Favorites   0 Comments

Color spaces of #7cbefb

RGB 124190251
HSL0.580.940.74
HSV209°51°98°
CMYK 0.510.240.00   0.02
XYZ44.138248.077098.2203
Yxy48.07700.23180.2525
Hunter Lab69.3376-7.7131-35.4511
CIE-Lab74.8735-4.5019-36.5675

#7cbefb color RGB value is (124,190,251).

#7cbefb hex color red value is 124, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7cbefb hue: 0.58 , saturation: 0.94 and the lightness value of 7cbefb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11111011
Octal 174 276 373
Decimal 124 190 251
Hex 7C BE FB

RGB Percentages of Color #7cbefb

%21.95
%33.63
%44.42

CMYK Percentages of Color #7cbefb

%51
%24
%0
%2

Triadic Colors of #7cbefb

#7cbefb #fb7cbe #befb7c

Analogous Colors of #7cbefb

#7cbefb #7c7ffb #7cfbf9

Monochromatic Colors of #7cbefb

#7cbefb

Complementary Color

#7cbefb #fbb97c

#7cbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbefb Color CSS Codes

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

#7cbefb Text Font Color

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

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


#7cbefb Background Color

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

This div background color is #7cbefb


#7cbefb Border Color

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

This div border color is #7cbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbefb


Comments

No comments written yet.

Please login to write comment.