Color Hex Logo

#51cadf Color Hex

#51CADF
(81,202,223)
0 Favorites   0 Comments

Color spaces of #51cadf

RGB 81202223
HSL0.520.690.60
HSV189°64°87°
CMYK 0.640.090.00   0.13
XYZ37.833249.318177.3374
Yxy49.31810.23000.2998
Hunter Lab70.2268-26.7340-16.1344
CIE-Lab75.6488-27.2352-20.4307

#51cadf color RGB value is (81,202,223).

#51cadf hex color red value is 81, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #51cadf hue: 0.52 , saturation: 0.69 and the lightness value of 51cadf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001010 11011111
Octal 121 312 337
Decimal 81 202 223
Hex 51 CA DF

RGB Percentages of Color #51cadf

%16.01
%39.92
%44.07

CMYK Percentages of Color #51cadf

%64
%9
%0
%13

Triadic Colors of #51cadf

#51cadf #df51ca #cadf51

Analogous Colors of #51cadf

#51cadf #5183df #51dfad

Monochromatic Colors of #51cadf

#51cadf

Complementary Color

#51cadf #df6651

#51cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cadf Color CSS Codes

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

#51cadf Text Font Color

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

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


#51cadf Background Color

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

This div background color is #51cadf


#51cadf Border Color

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

This div border color is #51cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cadf


Comments

No comments written yet.

Please login to write comment.