Color Hex Logo

#7cbade Color Hex

#7CBADE
(124,186,222)
0 Favorites   0 Comments

Color spaces of #7cbade

RGB 124186222
HSL0.560.600.68
HSV202°44°87°
CMYK 0.440.160.00   0.13
XYZ39.055944.676875.6723
Yxy44.67680.24500.2803
Hunter Lab66.8407-12.6713-20.3354
CIE-Lab72.6786-10.5122-24.2618

#7cbade color RGB value is (124,186,222).

#7cbade hex color red value is 124, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7cbade hue: 0.56 , saturation: 0.60 and the lightness value of 7cbade is 0.68.

The process color (four color CMYK) of #7cbade color hex is 0.44, 0.16, 0.00, 0.13. Web safe color of #7cbade is #66cccc. Color #7cbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111010 11011110
Octal 174 272 336
Decimal 124 186 222
Hex 7C BA DE

RGB Percentages of Color #7cbade

%23.31
%34.96
%41.73

CMYK Percentages of Color #7cbade

%44
%16
%0
%13

Triadic Colors of #7cbade

#7cbade #de7cba #bade7c

Analogous Colors of #7cbade

#7cbade #7c89de #7cded1

Monochromatic Colors of #7cbade

#7cbade

Complementary Color

#7cbade #dea07c

#7cbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbade Color CSS Codes

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

#7cbade Text Font Color

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

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


#7cbade Background Color

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

This div background color is #7cbade


#7cbade Border Color

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

This div border color is #7cbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbade


Comments

No comments written yet.

Please login to write comment.