Color Hex Logo

#7cbbed Color Hex

#7CBBED
(124,187,237)
0 Favorites   0 Comments

Color spaces of #7cbbed

RGB 124187237
HSL0.570.760.71
HSV207°48°93°
CMYK 0.480.210.00   0.07
XYZ41.368645.940286.8077
Yxy45.94020.23760.2638
Hunter Lab67.7792-9.6673-28.4898
CIE-Lab73.5067-6.8849-31.1292

#7cbbed color RGB value is (124,187,237).

#7cbbed hex color red value is 124, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7cbbed hue: 0.57 , saturation: 0.76 and the lightness value of 7cbbed is 0.71.

The process color (four color CMYK) of #7cbbed color hex is 0.48, 0.21, 0.00, 0.07. Web safe color of #7cbbed is #66ccff. Color #7cbbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111011 11101101
Octal 174 273 355
Decimal 124 187 237
Hex 7C BB ED

RGB Percentages of Color #7cbbed

%22.63
%34.12
%43.25

CMYK Percentages of Color #7cbbed

%48
%21
%0
%7

Triadic Colors of #7cbbed

#7cbbed #ed7cbb #bbed7c

Analogous Colors of #7cbbed

#7cbbed #7c83ed #7cede7

Monochromatic Colors of #7cbbed

#7cbbed

Complementary Color

#7cbbed #edae7c

#7cbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbbed Color CSS Codes

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

#7cbbed Text Font Color

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

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


#7cbbed Background Color

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

This div background color is #7cbbed


#7cbbed Border Color

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

This div border color is #7cbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbbed


Comments

No comments written yet.

Please login to write comment.