color codes Logo

#7cbcea color codes

#7CBCEA
(124,188,234)
0 Favorites   0 Comments

Color spaces of #7cbcea

RGB 124188234
HSL0.570.720.70
HSV205°47°92°
CMYK 0.470.200.00   0.08
XYZ41.146746.192084.5892
Yxy46.19200.23930.2687
Hunter Lab67.9647-10.8720-26.2173
CIE-Lab73.6699-8.2672-29.2543

#7cbcea color RGB value is (124,188,234).

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

The process color (four color CMYK) of #7cbcea color code is 0.47, 0.20, 0.00, 0.08. Web safe color of #7cbcea is #66ccff. Color #7cbcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111100 11101010
Octal 174 274 352
Decimal 124 188 234
Hex 7C BC EA

RGB Percentages of Color #7cbcea

%22.71
%34.43
%42.86

CMYK Percentages of Color #7cbcea

%47
%20
%0
%8

Triadic Colors of #7cbcea

#7cbcea #ea7cbc #bcea7c

Analogous Colors of #7cbcea

#7cbcea #7c85ea #7ceae1

Monochromatic Colors of #7cbcea

#7cbcea

Complementary Color

#7cbcea #eaaa7c

#7cbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbcea Color CSS Codes

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

#7cbcea Text Font Color

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

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


#7cbcea Background Color

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

This div background color is #7cbcea


#7cbcea Border Color

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

This div border color is #7cbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbcea


Comments

No comments written yet.

Please login to write comment.