Color Hex Logo

#51ceed Color Hex

#51CEED
(81,206,237)
0 Favorites   0 Comments

Color spaces of #51ceed

RGB 81206237
HSL0.530.810.62
HSV192°66°93°
CMYK 0.660.130.00   0.07
XYZ40.750752.006488.0112
Yxy52.00640.22540.2877
Hunter Lab72.1155-25.3360-21.8779
CIE-Lab77.2847-25.0652-25.4686

#51ceed color RGB value is (81,206,237).

#51ceed hex color red value is 81, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #51ceed hue: 0.53 , saturation: 0.81 and the lightness value of 51ceed is 0.62.

The process color (four color CMYK) of #51ceed color hex is 0.66, 0.13, 0.00, 0.07. Web safe color of #51ceed is #66ccff. Color #51ceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001110 11101101
Octal 121 316 355
Decimal 81 206 237
Hex 51 CE ED

RGB Percentages of Color #51ceed

%15.46
%39.31
%45.23

CMYK Percentages of Color #51ceed

%66
%13
%0
%7

Triadic Colors of #51ceed

#51ceed #ed51ce #ceed51

Analogous Colors of #51ceed

#51ceed #5180ed #51edbe

Monochromatic Colors of #51ceed

#51ceed

Complementary Color

#51ceed #ed7051

#51ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ceed Color CSS Codes

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

#51ceed Text Font Color

<p style="color:#51ceed">Text here</p>

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


#51ceed Background Color

<div style="background-color:#51ceed">
Div content here</div>

This div background color is #51ceed


#51ceed Border Color

<div style="border:3px solid #51ceed">
Div here</div>

This div border color is #51ceed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,206,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51ceed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51ceed;
  -webkit-box-shadow: 1px 1px 3px 2px #51ceed;
  box-shadow:         1px 1px 3px 2px #51ceed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,206,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 #51ceed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ceed


Comments

No comments written yet.

Please login to write comment.