Color Hex Logo

#7cbcde Color Hex

#7CBCDE
(124,188,222)
0 Favorites   0 Comments

Color spaces of #7cbcde

RGB 124188222
HSL0.560.600.68
HSV201°44°87°
CMYK 0.440.150.00   0.13
XYZ39.480245.525575.8137
Yxy45.52550.24550.2831
Hunter Lab67.4726-13.6314-19.3888
CIE-Lab73.2366-11.5762-23.4100

#7cbcde color RGB value is (124,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 11011110
Octal 174 274 336
Decimal 124 188 222
Hex 7C BC DE

RGB Percentages of Color #7cbcde

%23.22
%35.21
%41.57

CMYK Percentages of Color #7cbcde

%44
%15
%0
%13

Triadic Colors of #7cbcde

#7cbcde #de7cbc #bcde7c

Analogous Colors of #7cbcde

#7cbcde #7c8bde #7cdecf

Monochromatic Colors of #7cbcde

#7cbcde

Complementary Color

#7cbcde #de9e7c

#7cbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcde Color CSS Codes

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

#7cbcde Text Font Color

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

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


#7cbcde Background Color

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

This div background color is #7cbcde


#7cbcde Border Color

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

This div border color is #7cbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcde


Comments

No comments written yet.

Please login to write comment.