Color Hex Logo

#84cfd3 Color Hex

#84CFD3
(132,207,211)
0 Favorites   0 Comments

Color spaces of #84cfd3

RGB 132207211
HSL0.510.470.67
HSV183°37°83°
CMYK 0.370.020.00   0.17
XYZ43.586454.234369.7990
Yxy54.23430.26000.3236
Hunter Lab73.6439-23.2311-4.6437
CIE-Lab78.5982-22.1769-9.3483

#84cfd3 color RGB value is (132,207,211).

#84cfd3 hex color red value is 132, green value is 207 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #84cfd3 hue: 0.51 , saturation: 0.47 and the lightness value of 84cfd3 is 0.67.

The process color (four color CMYK) of #84cfd3 color hex is 0.37, 0.02, 0.00, 0.17. Web safe color of #84cfd3 is #99cccc. Color #84cfd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001111 11010011
Octal 204 317 323
Decimal 132 207 211
Hex 84 CF D3

RGB Percentages of Color #84cfd3

%24.00
%37.64
%38.36

CMYK Percentages of Color #84cfd3

%37
%2
%0
%17

Triadic Colors of #84cfd3

#84cfd3 #d384cf #cfd384

Analogous Colors of #84cfd3

#84cfd3 #84a8d3 #84d3b0

Monochromatic Colors of #84cfd3

#84cfd3

Complementary Color

#84cfd3 #d38884

#84cfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cfd3 Color CSS Codes

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

#84cfd3 Text Font Color

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

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


#84cfd3 Background Color

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

This div background color is #84cfd3


#84cfd3 Border Color

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

This div border color is #84cfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cfd3


Comments

No comments written yet.

Please login to write comment.