Color Hex Logo

#7cbcff Color Hex

#7CBCFF
(124,188,255)
1 Favorites   0 Comments

Color spaces of #7cbcff

RGB 124188255
HSL0.591.000.74
HSV211°51°100°
CMYK 0.510.260.00   0.00
XYZ44.345447.4715101.4334
Yxy47.47150.22950.2456
Hunter Lab68.8996-5.6874-39.0566
CIE-Lab74.4904-2.2456-39.3127

#7cbcff color RGB value is (124,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 11111111
Octal 174 274 377
Decimal 124 188 255
Hex 7C BC FF

RGB Percentages of Color #7cbcff

%21.87
%33.16
%44.97

CMYK Percentages of Color #7cbcff

%51
%26
%0
%0

Triadic Colors of #7cbcff

#7cbcff #ff7cbc #bcff7c

Analogous Colors of #7cbcff

#7cbcff #7e7cff #7cfeff

Monochromatic Colors of #7cbcff

#7cbcff

Complementary Color

#7cbcff #ffbf7c

#7cbcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcff Color CSS Codes

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

#7cbcff Text Font Color

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

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


#7cbcff Background Color

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

This div background color is #7cbcff


#7cbcff Border Color

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

This div border color is #7cbcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcff

Related Colors


Comments

No comments written yet.

Please login to write comment.