Color Hex Logo

#84cddf Color Hex

#84CDDF
(132,205,223)
0 Favorites   0 Comments

Color spaces of #84cddf

RGB 132205223
HSL0.530.590.70
HSV192°41°87°
CMYK 0.410.080.00   0.13
XYZ44.666353.895977.8608
Yxy53.89590.25320.3055
Hunter Lab73.4138-19.8716-11.4918
CIE-Lab78.4010-18.1686-16.0872

#84cddf color RGB value is (132,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001101 11011111
Octal 204 315 337
Decimal 132 205 223
Hex 84 CD DF

RGB Percentages of Color #84cddf

%23.57
%36.61
%39.82

CMYK Percentages of Color #84cddf

%41
%8
%0
%13

Triadic Colors of #84cddf

#84cddf #df84cd #cddf84

Analogous Colors of #84cddf

#84cddf #84a0df #84dfc4

Monochromatic Colors of #84cddf

#84cddf

Complementary Color

#84cddf #df9684

#84cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cddf Color CSS Codes

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

#84cddf Text Font Color

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

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


#84cddf Background Color

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

This div background color is #84cddf


#84cddf Border Color

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

This div border color is #84cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cddf


Comments

No comments written yet.

Please login to write comment.