Color Hex Logo

#84caff Color Hex

#84CAFF
(132,202,255)
0 Favorites   0 Comments

Color spaces of #84caff

RGB 132202255
HSL0.571.000.76
HSV206°48°100°
CMYK 0.480.210.00   0.00
XYZ48.686254.3666102.5355
Yxy54.36660.23680.2644
Hunter Lab73.7337-11.1709-30.8362
CIE-Lab78.6750-8.0213-32.8027

#84caff color RGB value is (132,202,255).

#84caff hex color red value is 132, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #84caff hue: 0.57 , saturation: 1.00 and the lightness value of 84caff is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001010 11111111
Octal 204 312 377
Decimal 132 202 255
Hex 84 CA FF

RGB Percentages of Color #84caff

%22.41
%34.30
%43.29

CMYK Percentages of Color #84caff

%48
%21
%0
%0

Triadic Colors of #84caff

#84caff #ff84ca #caff84

Analogous Colors of #84caff

#84caff #848dff #84fff7

Monochromatic Colors of #84caff

#84caff

Complementary Color

#84caff #ffb984

#84caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#84caff Color CSS Codes

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

#84caff Text Font Color

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

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


#84caff Background Color

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

This div background color is #84caff


#84caff Border Color

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

This div border color is #84caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84caff


Comments

No comments written yet.

Please login to write comment.