Color Hex Logo

#7cbeed Color Hex

#7CBEED
(124,190,237)
0 Favorites   0 Comments

Color spaces of #7cbeed

RGB 124190237
HSL0.570.760.71
HSV205°48°93°
CMYK 0.480.200.00   0.07
XYZ42.011747.226487.0221
Yxy47.22640.23840.2679
Hunter Lab68.7215-11.1396-26.9740
CIE-Lab74.3344-8.4988-29.8548

#7cbeed color RGB value is (124,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11101101
Octal 174 276 355
Decimal 124 190 237
Hex 7C BE ED

RGB Percentages of Color #7cbeed

%22.50
%34.48
%43.01

CMYK Percentages of Color #7cbeed

%48
%20
%0
%7

Triadic Colors of #7cbeed

#7cbeed #ed7cbe #beed7c

Analogous Colors of #7cbeed

#7cbeed #7c86ed #7cede4

Monochromatic Colors of #7cbeed

#7cbeed

Complementary Color

#7cbeed #edab7c

#7cbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbeed Color CSS Codes

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

#7cbeed Text Font Color

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

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


#7cbeed Background Color

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

This div background color is #7cbeed


#7cbeed Border Color

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

This div border color is #7cbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbeed


Comments

No comments written yet.

Please login to write comment.