Color Hex Logo

#7cbadb Color Hex

#7CBADB
(124,186,219)
0 Favorites   0 Comments

Color spaces of #7cbadb

RGB 124186219
HSL0.560.570.67
HSV201°43°86°
CMYK 0.430.150.00   0.14
XYZ38.657344.517473.5731
Yxy44.51740.24660.2840
Hunter Lab66.7214-13.3423-18.6736
CIE-Lab72.5730-11.3260-22.7903

#7cbadb color RGB value is (124,186,219).

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

The process color (four color CMYK) of #7cbadb color hex is 0.43, 0.15, 0.00, 0.14. Web safe color of #7cbadb is #66cccc. Color #7cbadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111010 11011011
Octal 174 272 333
Decimal 124 186 219
Hex 7C BA DB

RGB Percentages of Color #7cbadb

%23.44
%35.16
%41.40

CMYK Percentages of Color #7cbadb

%43
%15
%0
%14

Triadic Colors of #7cbadb

#7cbadb #db7cba #badb7c

Analogous Colors of #7cbadb

#7cbadb #7c8bdb #7cdbcd

Monochromatic Colors of #7cbadb

#7cbadb

Complementary Color

#7cbadb #db9d7c

#7cbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbadb Color CSS Codes

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

#7cbadb Text Font Color

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

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


#7cbadb Background Color

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

This div background color is #7cbadb


#7cbadb Border Color

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

This div border color is #7cbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbadb


Comments

No comments written yet.

Please login to write comment.