Color Hex Logo

#7cbbfe Color Hex

#7CBBFE
(124,187,254)
0 Favorites   0 Comments

Color spaces of #7cbbfe

RGB 124187254
HSL0.590.980.74
HSV211°51°100°
CMYK 0.510.260.00   0.00
XYZ43.971946.9815100.5167
Yxy46.98150.22970.2454
Hunter Lab68.5431-5.4386-38.9672
CIE-Lab74.1779-1.9908-39.2612

#7cbbfe color RGB value is (124,187,254).

#7cbbfe hex color red value is 124, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7cbbfe hue: 0.59 , saturation: 0.98 and the lightness value of 7cbbfe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11111110
Octal 174 273 376
Decimal 124 187 254
Hex 7C BB FE

RGB Percentages of Color #7cbbfe

%21.95
%33.10
%44.96

CMYK Percentages of Color #7cbbfe

%51
%26
%0
%0

Triadic Colors of #7cbbfe

#7cbbfe #fe7cbb #bbfe7c

Analogous Colors of #7cbbfe

#7cbbfe #7e7cfe #7cfcfe

Monochromatic Colors of #7cbbfe

#7cbbfe

Complementary Color

#7cbbfe #febf7c

#7cbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbfe Color CSS Codes

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

#7cbbfe Text Font Color

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

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


#7cbbfe Background Color

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

This div background color is #7cbbfe


#7cbbfe Border Color

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

This div border color is #7cbbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,187,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbfe


Comments

No comments written yet.

Please login to write comment.