Color Hex Logo

#50ceeb Color Hex

#50CEEB
(80,206,235)
0 Favorites   0 Comments

Color spaces of #50ceeb

RGB 80206235
HSL0.530.790.62
HSV191°66°92°
CMYK 0.660.120.00   0.08
XYZ40.375051.846286.4766
Yxy51.84620.22590.2901
Hunter Lab72.0043-25.9172-20.8038
CIE-Lab77.1888-25.8141-24.5447

#50ceeb color RGB value is (80,206,235).

#50ceeb hex color red value is 80, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #50ceeb hue: 0.53 , saturation: 0.79 and the lightness value of 50ceeb is 0.62.

The process color (four color CMYK) of #50ceeb color hex is 0.66, 0.12, 0.00, 0.08. Web safe color of #50ceeb is #66ccff. Color #50ceeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11101011
Octal 120 316 353
Decimal 80 206 235
Hex 50 CE EB

RGB Percentages of Color #50ceeb

%15.36
%39.54
%45.11

CMYK Percentages of Color #50ceeb

%66
%12
%0
%8

Triadic Colors of #50ceeb

#50ceeb #eb50ce #ceeb50

Analogous Colors of #50ceeb

#50ceeb #5081eb #50ebbb

Monochromatic Colors of #50ceeb

#50ceeb

Complementary Color

#50ceeb #eb6d50

#50ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ceeb Color CSS Codes

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

#50ceeb Text Font Color

<p style="color:#50ceeb">Text here</p>

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


#50ceeb Background Color

<div style="background-color:#50ceeb">
Div content here</div>

This div background color is #50ceeb


#50ceeb Border Color

<div style="border:3px solid #50ceeb">
Div here</div>

This div border color is #50ceeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,206,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50ceeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50ceeb;
  -webkit-box-shadow: 1px 1px 3px 2px #50ceeb;
  box-shadow:         1px 1px 3px 2px #50ceeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,206,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ceeb


Comments

No comments written yet.

Please login to write comment.