Color Hex Logo

#7cbeee Color Hex

#7CBEEE
(124,190,238)
0 Favorites   0 Comments

Color spaces of #7cbeee

RGB 124190238
HSL0.570.770.71
HSV205°48°93°
CMYK 0.480.200.00   0.07
XYZ42.158347.285087.7939
Yxy47.28500.23790.2668
Hunter Lab68.7641-10.9013-27.5631
CIE-Lab74.3717-8.2173-30.3375

#7cbeee color RGB value is (124,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11101110
Octal 174 276 356
Decimal 124 190 238
Hex 7C BE EE

RGB Percentages of Color #7cbeee

%22.46
%34.42
%43.12

CMYK Percentages of Color #7cbeee

%48
%20
%0
%7

Triadic Colors of #7cbeee

#7cbeee #ee7cbe #beee7c

Analogous Colors of #7cbeee

#7cbeee #7c85ee #7ceee5

Monochromatic Colors of #7cbeee

#7cbeee

Complementary Color

#7cbeee #eeac7c

#7cbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbeee Color CSS Codes

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

#7cbeee Text Font Color

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

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


#7cbeee Background Color

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

This div background color is #7cbeee


#7cbeee Border Color

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

This div border color is #7cbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbeee


Comments

No comments written yet.

Please login to write comment.