Color Hex Logo

#7cbede Color Hex

#7CBEDE
(124,190,222)
0 Favorites   0 Comments

Color spaces of #7cbede

RGB 124190222
HSL0.550.600.68
HSV200°44°87°
CMYK 0.440.140.00   0.13
XYZ39.910546.385975.9571
Yxy46.38590.24600.2859
Hunter Lab68.1072-14.5874-18.4486
CIE-Lab73.7952-12.6337-22.5585

#7cbede color RGB value is (124,190,222).

#7cbede hex color red value is 124, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7cbede hue: 0.55 , saturation: 0.60 and the lightness value of 7cbede is 0.68.

The process color (four color CMYK) of #7cbede color hex is 0.44, 0.14, 0.00, 0.13. Web safe color of #7cbede is #66cccc. Color #7cbede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11011110
Octal 174 276 336
Decimal 124 190 222
Hex 7C BE DE

RGB Percentages of Color #7cbede

%23.13
%35.45
%41.42

CMYK Percentages of Color #7cbede

%44
%14
%0
%13

Triadic Colors of #7cbede

#7cbede #de7cbe #bede7c

Analogous Colors of #7cbede

#7cbede #7c8dde #7cdecd

Monochromatic Colors of #7cbede

#7cbede

Complementary Color

#7cbede #de9c7c

#7cbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbede Color CSS Codes

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

#7cbede Text Font Color

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

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


#7cbede Background Color

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

This div background color is #7cbede


#7cbede Border Color

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

This div border color is #7cbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbede


Comments

No comments written yet.

Please login to write comment.