Color Hex Logo

#7cb3ff Color Hex

#7CB3FF
(124,179,255)
0 Favorites   0 Comments

Color spaces of #7cb3ff

RGB 124179255
HSL0.601.000.74
HSV215°51°100°
CMYK 0.510.300.00   0.00
XYZ42.482343.7453100.8124
Yxy43.74530.22710.2339
Hunter Lab66.1402-1.0937-44.0730
CIE-Lab72.05792.7302-43.1072

#7cb3ff color RGB value is (124,179,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110011 11111111
Octal 174 263 377
Decimal 124 179 255
Hex 7C B3 FF

RGB Percentages of Color #7cb3ff

%22.22
%32.08
%45.70

CMYK Percentages of Color #7cb3ff

%51
%30
%0
%0

Triadic Colors of #7cb3ff

#7cb3ff #ff7cb3 #b3ff7c

Analogous Colors of #7cb3ff

#7cb3ff #877cff #7cf5ff

Monochromatic Colors of #7cb3ff

#7cb3ff

Complementary Color

#7cb3ff #ffc87c

#7cb3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb3ff Color CSS Codes

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

#7cb3ff Text Font Color

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

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


#7cb3ff Background Color

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

This div background color is #7cb3ff


#7cb3ff Border Color

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

This div border color is #7cb3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb3ff

Related Colors

#7cb3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.