Color Hex Logo

#84befd Color Hex

#84BEFD
(132,190,253)
0 Favorites   0 Comments

Color spaces of #84befd

RGB 132190253
HSL0.590.970.75
HSV211°48°99°
CMYK 0.480.250.00   0.01
XYZ45.658848.824399.9461
Yxy48.82430.23480.2511
Hunter Lab69.8744-5.6409-35.8945
CIE-Lab75.3419-2.1247-36.8852

#84befd color RGB value is (132,190,253).

#84befd hex color red value is 132, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #84befd hue: 0.59 , saturation: 0.97 and the lightness value of 84befd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111110 11111101
Octal 204 276 375
Decimal 132 190 253
Hex 84 BE FD

RGB Percentages of Color #84befd

%22.96
%33.04
%44.00

CMYK Percentages of Color #84befd

%48
%25
%0
%1

Triadic Colors of #84befd

#84befd #fd84be #befd84

Analogous Colors of #84befd

#84befd #8784fd #84fbfd

Monochromatic Colors of #84befd

#84befd

Complementary Color

#84befd #fdc384

#84befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84befd Color CSS Codes

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

#84befd Text Font Color

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

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


#84befd Background Color

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

This div background color is #84befd


#84befd Border Color

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

This div border color is #84befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84befd

Related Colors


Comments

No comments written yet.

Please login to write comment.