Color Hex Logo

#84cdfb Color Hex

#84CDFB
(132,205,251)
0 Favorites   0 Comments

Color spaces of #84cdfb

RGB 132205251
HSL0.560.940.75
HSV203°47°98°
CMYK 0.470.180.00   0.02
XYZ48.759655.533299.4159
Yxy55.53320.23940.2726
Hunter Lab74.5206-13.6167-26.9327
CIE-Lab79.3474-10.7186-29.6348

#84cdfb color RGB value is (132,205,251).

#84cdfb hex color red value is 132, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #84cdfb hue: 0.56 , saturation: 0.94 and the lightness value of 84cdfb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001101 11111011
Octal 204 315 373
Decimal 132 205 251
Hex 84 CD FB

RGB Percentages of Color #84cdfb

%22.45
%34.86
%42.69

CMYK Percentages of Color #84cdfb

%47
%18
%0
%2

Triadic Colors of #84cdfb

#84cdfb #fb84cd #cdfb84

Analogous Colors of #84cdfb

#84cdfb #8492fb #84fbee

Monochromatic Colors of #84cdfb

#84cdfb

Complementary Color

#84cdfb #fbb284

#84cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cdfb Color CSS Codes

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

#84cdfb Text Font Color

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

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


#84cdfb Background Color

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

This div background color is #84cdfb


#84cdfb Border Color

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

This div border color is #84cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cdfb


Comments

No comments written yet.

Please login to write comment.