Color Hex Logo

#7ccbea Color Hex

#7CCBEA
(124,203,234)
0 Favorites   0 Comments

Color spaces of #7ccbea

RGB 124203234
HSL0.550.720.70
HSV197°47°92°
CMYK 0.470.130.00   0.08
XYZ44.519452.937585.7134
Yxy52.93750.24300.2890
Hunter Lab72.7582-18.1059-18.9164
CIE-Lab77.8381-16.1689-22.8787

#7ccbea color RGB value is (124,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001011 11101010
Octal 174 313 352
Decimal 124 203 234
Hex 7C CB EA

RGB Percentages of Color #7ccbea

%22.10
%36.19
%41.71

CMYK Percentages of Color #7ccbea

%47
%13
%0
%8

Triadic Colors of #7ccbea

#7ccbea #ea7ccb #cbea7c

Analogous Colors of #7ccbea

#7ccbea #7c94ea #7cead2

Monochromatic Colors of #7ccbea

#7ccbea

Complementary Color

#7ccbea #ea9b7c

#7ccbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccbea Color CSS Codes

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

#7ccbea Text Font Color

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

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


#7ccbea Background Color

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

This div background color is #7ccbea


#7ccbea Border Color

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

This div border color is #7ccbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccbea


Comments

No comments written yet.

Please login to write comment.