Color Hex Logo

#7cbbff Color Hex

#7CBBFF
(124,187,255)
0 Favorites   0 Comments

Color spaces of #7cbbff

RGB 124187255
HSL0.591.000.74
HSV211°51°100°
CMYK 0.510.270.00   0.00
XYZ44.132547.0457101.3624
Yxy47.04570.22920.2443
Hunter Lab68.5899-5.1807-39.6061
CIE-Lab74.2190-1.6975-39.7350

#7cbbff color RGB value is (124,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11111111
Octal 174 273 377
Decimal 124 187 255
Hex 7C BB FF

RGB Percentages of Color #7cbbff

%21.91
%33.04
%45.05

CMYK Percentages of Color #7cbbff

%51
%27
%0
%0

Triadic Colors of #7cbbff

#7cbbff #ff7cbb #bbff7c

Analogous Colors of #7cbbff

#7cbbff #7f7cff #7cfdff

Monochromatic Colors of #7cbbff

#7cbbff

Complementary Color

#7cbbff #ffc07c

#7cbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbff Color CSS Codes

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

#7cbbff Text Font Color

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

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


#7cbbff Background Color

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

This div background color is #7cbbff


#7cbbff Border Color

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

This div border color is #7cbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbff

Related Colors

#7cbbff Color Palettes


Comments

No comments written yet.

Please login to write comment.