Color Hex Logo

#7cc3db Color Hex

#7CC3DB
(124,195,219)
0 Favorites   0 Comments

Color spaces of #7cc3db

RGB 124195219
HSL0.540.570.67
HSV195°43°86°
CMYK 0.430.110.00   0.14
XYZ40.613548.429874.2252
Yxy48.42980.24880.2966
Hunter Lab69.5915-17.6129-14.5237
CIE-Lab75.0952-16.0515-18.9586

#7cc3db color RGB value is (124,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000011 11011011
Octal 174 303 333
Decimal 124 195 219
Hex 7C C3 DB

RGB Percentages of Color #7cc3db

%23.05
%36.25
%40.71

CMYK Percentages of Color #7cc3db

%43
%11
%0
%14

Triadic Colors of #7cc3db

#7cc3db #db7cc3 #c3db7c

Analogous Colors of #7cc3db

#7cc3db #7c94db #7cdbc4

Monochromatic Colors of #7cc3db

#7cc3db

Complementary Color

#7cc3db #db947c

#7cc3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc3db Color CSS Codes

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

#7cc3db Text Font Color

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

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


#7cc3db Background Color

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

This div background color is #7cc3db


#7cc3db Border Color

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

This div border color is #7cc3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc3db


Comments

No comments written yet.

Please login to write comment.