Color Hex Logo

#7cbeca Color Hex

#7CBECA
(124,190,202)
0 Favorites   0 Comments

Color spaces of #7cbeca

RGB 124190202
HSL0.530.420.64
HSV189°39°79°
CMYK 0.390.060.00   0.21
XYZ37.386345.376362.6651
Yxy45.37630.25710.3120
Hunter Lab67.3619-18.8148-8.0026
CIE-Lab73.1390-17.8710-12.6732

#7cbeca color RGB value is (124,190,202).

#7cbeca hex color red value is 124, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7cbeca hue: 0.53 , saturation: 0.42 and the lightness value of 7cbeca is 0.64.

The process color (four color CMYK) of #7cbeca color hex is 0.39, 0.06, 0.00, 0.21. Web safe color of #7cbeca is #66cccc. Color #7cbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11001010
Octal 174 276 312
Decimal 124 190 202
Hex 7C BE CA

RGB Percentages of Color #7cbeca

%24.03
%36.82
%39.15

CMYK Percentages of Color #7cbeca

%39
%6
%0
%21

Triadic Colors of #7cbeca

#7cbeca #ca7cbe #beca7c

Analogous Colors of #7cbeca

#7cbeca #7c97ca #7ccaaf

Monochromatic Colors of #7cbeca

#7cbeca

Complementary Color

#7cbeca #ca887c

#7cbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbeca Color CSS Codes

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

#7cbeca Text Font Color

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

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


#7cbeca Background Color

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

This div background color is #7cbeca


#7cbeca Border Color

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

This div border color is #7cbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbeca


Comments

No comments written yet.

Please login to write comment.