Color Hex Logo

#7cbcdf Color Hex

#7CBCDF
(124,188,223)
0 Favorites   0 Comments

Color spaces of #7cbcdf

RGB 124188223
HSL0.560.610.68
HSV201°44°87°
CMYK 0.440.160.00   0.13
XYZ39.614745.579276.5218
Yxy45.57920.24500.2818
Hunter Lab67.5124-13.4070-19.9435
CIE-Lab73.2716-11.3042-23.8997

#7cbcdf color RGB value is (124,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 11011111
Octal 174 274 337
Decimal 124 188 223
Hex 7C BC DF

RGB Percentages of Color #7cbcdf

%23.18
%35.14
%41.68

CMYK Percentages of Color #7cbcdf

%44
%16
%0
%13

Triadic Colors of #7cbcdf

#7cbcdf #df7cbc #bcdf7c

Analogous Colors of #7cbcdf

#7cbcdf #7c8bdf #7cdfd1

Monochromatic Colors of #7cbcdf

#7cbcdf

Complementary Color

#7cbcdf #df9f7c

#7cbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcdf Color CSS Codes

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

#7cbcdf Text Font Color

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

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


#7cbcdf Background Color

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

This div background color is #7cbcdf


#7cbcdf Border Color

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

This div border color is #7cbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcdf


Comments

No comments written yet.

Please login to write comment.