Color Hex Logo

#51cfff Color Hex

#51CFFF
(81,207,255)
0 Favorites   0 Comments

Color spaces of #51cfff

RGB 81207255
HSL0.551.000.66
HSV197°68°100°
CMYK 0.680.190.00   0.00
XYZ43.756253.5950102.6464
Yxy53.59500.21880.2680
Hunter Lab73.2086-21.4270-31.8850
CIE-Lab78.2250-20.0683-33.6493

#51cfff color RGB value is (81,207,255).

#51cfff hex color red value is 81, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #51cfff hue: 0.55 , saturation: 1.00 and the lightness value of 51cfff is 0.66.

The process color (four color CMYK) of #51cfff color hex is 0.68, 0.19, 0.00, 0.00. Web safe color of #51cfff is #66ccff. Color #51cfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001111 11111111
Octal 121 317 377
Decimal 81 207 255
Hex 51 CF FF

RGB Percentages of Color #51cfff

%14.92
%38.12
%46.96

CMYK Percentages of Color #51cfff

%68
%19
%0
%0

Triadic Colors of #51cfff

#51cfff #ff51cf #cfff51

Analogous Colors of #51cfff

#51cfff #5178ff #51ffd8

Monochromatic Colors of #51cfff

#51cfff

Complementary Color

#51cfff #ff8151

#51cfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cfff Color CSS Codes

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

#51cfff Text Font Color

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

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


#51cfff Background Color

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

This div background color is #51cfff


#51cfff Border Color

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

This div border color is #51cfff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,207,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cfff

Related Colors


Comments

No comments written yet.

Please login to write comment.