Color Hex Logo

#84d1fe Color Hex

#84D1FE
(132,209,254)
0 Favorites   0 Comments

Color spaces of #84d1fe

RGB 132209254
HSL0.560.980.76
HSV202°48°100°
CMYK 0.480.180.00   0.00
XYZ50.205657.6622102.2497
Yxy57.66220.23890.2744
Hunter Lab75.9356-14.8703-26.6809
CIE-Lab80.5506-11.9867-29.3866

#84d1fe color RGB value is (132,209,254).

#84d1fe hex color red value is 132, green value is 209 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #84d1fe hue: 0.56 , saturation: 0.98 and the lightness value of 84d1fe is 0.76.

The process color (four color CMYK) of #84d1fe color hex is 0.48, 0.18, 0.00, 0.00. Web safe color of #84d1fe is #99ccff. Color #84d1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11010001 11111110
Octal 204 321 376
Decimal 132 209 254
Hex 84 D1 FE

RGB Percentages of Color #84d1fe

%22.18
%35.13
%42.69

CMYK Percentages of Color #84d1fe

%48
%18
%0
%0

Triadic Colors of #84d1fe

#84d1fe #fe84d1 #d1fe84

Analogous Colors of #84d1fe

#84d1fe #8494fe #84feee

Monochromatic Colors of #84d1fe

#84d1fe

Complementary Color

#84d1fe #feb184

#84d1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84d1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#84d1fe Color CSS Codes

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

#84d1fe Text Font Color

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

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


#84d1fe Background Color

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

This div background color is #84d1fe


#84d1fe Border Color

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

This div border color is #84d1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84d1fe


Comments

No comments written yet.

Please login to write comment.