Color Hex Logo

#7cbcf0 Color Hex

#7CBCF0
(124,188,240)
0 Favorites   0 Comments

Color spaces of #7cbcf0

RGB 124188240
HSL0.570.790.71
HSV207°48°94°
CMYK 0.480.220.00   0.06
XYZ42.023646.542889.2069
Yxy46.54280.23640.2618
Hunter Lab68.2223-9.4365-29.7715
CIE-Lab73.8964-6.5750-32.1503

#7cbcf0 color RGB value is (124,188,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 11110000
Octal 174 274 360
Decimal 124 188 240
Hex 7C BC F0

RGB Percentages of Color #7cbcf0

%22.46
%34.06
%43.48

CMYK Percentages of Color #7cbcf0

%48
%22
%0
%6

Triadic Colors of #7cbcf0

#7cbcf0 #f07cbc #bcf07c

Analogous Colors of #7cbcf0

#7cbcf0 #7c82f0 #7cf0ea

Monochromatic Colors of #7cbcf0

#7cbcf0

Complementary Color

#7cbcf0 #f0b07c

#7cbcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcf0 Color CSS Codes

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

#7cbcf0 Text Font Color

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

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


#7cbcf0 Background Color

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

This div background color is #7cbcf0


#7cbcf0 Border Color

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

This div border color is #7cbcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcf0


Comments

No comments written yet.

Please login to write comment.