Color Hex Logo

#51cfde Color Hex

#51CFDE
(81,207,222)
0 Favorites   0 Comments

Color spaces of #51cfde

RGB 81207222
HSL0.520.680.59
HSV186°64°87°
CMYK 0.640.070.00   0.13
XYZ38.891051.648977.0267
Yxy51.64890.23210.3082
Hunter Lab71.8672-29.1721-13.2396
CIE-Lab77.0704-29.9665-17.7403

#51cfde color RGB value is (81,207,222).

#51cfde hex color red value is 81, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #51cfde hue: 0.52 , saturation: 0.68 and the lightness value of 51cfde is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001111 11011110
Octal 121 317 336
Decimal 81 207 222
Hex 51 CF DE

RGB Percentages of Color #51cfde

%15.88
%40.59
%43.53

CMYK Percentages of Color #51cfde

%64
%7
%0
%13

Triadic Colors of #51cfde

#51cfde #de51cf #cfde51

Analogous Colors of #51cfde

#51cfde #5189de #51dea7

Monochromatic Colors of #51cfde

#51cfde

Complementary Color

#51cfde #de6051

#51cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cfde Color CSS Codes

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

#51cfde Text Font Color

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

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


#51cfde Background Color

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

This div background color is #51cfde


#51cfde Border Color

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

This div border color is #51cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cfde


Comments

No comments written yet.

Please login to write comment.