Color Hex Logo

#84cadf Color Hex

#84CADF
(132,202,223)
0 Favorites   0 Comments

Color spaces of #84cadf

RGB 132202223
HSL0.540.590.70
HSV194°41°87°
CMYK 0.410.090.00   0.13
XYZ43.955552.474377.6239
Yxy52.47430.25250.3015
Hunter Lab72.4391-18.4561-12.8262
CIE-Lab77.5636-16.6322-17.3494

#84cadf color RGB value is (132,202,223).

#84cadf hex color red value is 132, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #84cadf hue: 0.54 , saturation: 0.59 and the lightness value of 84cadf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001010 11011111
Octal 204 312 337
Decimal 132 202 223
Hex 84 CA DF

RGB Percentages of Color #84cadf

%23.70
%36.27
%40.04

CMYK Percentages of Color #84cadf

%41
%9
%0
%13

Triadic Colors of #84cadf

#84cadf #df84ca #cadf84

Analogous Colors of #84cadf

#84cadf #849ddf #84dfc7

Monochromatic Colors of #84cadf

#84cadf

Complementary Color

#84cadf #df9984

#84cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cadf Color CSS Codes

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

#84cadf Text Font Color

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

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


#84cadf Background Color

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

This div background color is #84cadf


#84cadf Border Color

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

This div border color is #84cadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,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 #84cadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cadf


Comments

No comments written yet.

Please login to write comment.