Color Hex Logo

#7cbddd Color Hex

#7CBDDD
(124,189,221)
0 Favorites   0 Comments

Color spaces of #7cbddd

RGB 124189221
HSL0.550.590.68
HSV200°44°87°
CMYK 0.440.140.00   0.13
XYZ39.560945.900775.1813
Yxy45.90070.24630.2857
Hunter Lab67.7501-14.3321-18.3683
CIE-Lab73.4811-12.3759-22.4942

#7cbddd color RGB value is (124,189,221).

#7cbddd hex color red value is 124, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7cbddd hue: 0.55 , saturation: 0.59 and the lightness value of 7cbddd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111101 11011101
Octal 174 275 335
Decimal 124 189 221
Hex 7C BD DD

RGB Percentages of Color #7cbddd

%23.22
%35.39
%41.39

CMYK Percentages of Color #7cbddd

%44
%14
%0
%13

Triadic Colors of #7cbddd

#7cbddd #dd7cbd #bddd7c

Analogous Colors of #7cbddd

#7cbddd #7c8ddd #7cddcd

Monochromatic Colors of #7cbddd

#7cbddd

Complementary Color

#7cbddd #dd9c7c

#7cbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbddd Color CSS Codes

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

#7cbddd Text Font Color

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

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


#7cbddd Background Color

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

This div background color is #7cbddd


#7cbddd Border Color

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

This div border color is #7cbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbddd


Comments

No comments written yet.

Please login to write comment.