Color Hex Logo

#7cbbdf Color Hex

#7CBBDF
(124,187,223)
0 Favorites   0 Comments

Color spaces of #7cbbdf

RGB 124187223
HSL0.560.610.68
HSV202°44°87°
CMYK 0.440.160.00   0.13
XYZ39.401845.153476.4508
Yxy45.15340.24470.2804
Hunter Lab67.1963-12.9267-20.4182
CIE-Lab72.9928-10.7724-24.3255

#7cbbdf color RGB value is (124,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11011111
Octal 174 273 337
Decimal 124 187 223
Hex 7C BB DF

RGB Percentages of Color #7cbbdf

%23.22
%35.02
%41.76

CMYK Percentages of Color #7cbbdf

%44
%16
%0
%13

Triadic Colors of #7cbbdf

#7cbbdf #df7cbb #bbdf7c

Analogous Colors of #7cbbdf

#7cbbdf #7c8adf #7cdfd2

Monochromatic Colors of #7cbbdf

#7cbbdf

Complementary Color

#7cbbdf #dfa07c

#7cbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbdf Color CSS Codes

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

#7cbbdf Text Font Color

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

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


#7cbbdf Background Color

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

This div background color is #7cbbdf


#7cbbdf Border Color

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

This div border color is #7cbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbdf


Comments

No comments written yet.

Please login to write comment.