Color Hex Logo

#52bfee Color Hex

#52BFEE
(82,191,238)
0 Favorites   0 Comments

Color spaces of #52bfee

RGB 82191238
HSL0.550.820.63
HSV198°66°93°
CMYK 0.660.200.00   0.07
XYZ37.543145.228587.6402
Yxy45.22850.22030.2654
Hunter Lab67.2521-18.0447-30.1878
CIE-Lab73.0421-16.9420-32.5212

#52bfee color RGB value is (82,191,238).

#52bfee hex color red value is 82, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #52bfee hue: 0.55 , saturation: 0.82 and the lightness value of 52bfee is 0.63.

The process color (four color CMYK) of #52bfee color hex is 0.66, 0.20, 0.00, 0.07. Web safe color of #52bfee is #66ccff. Color #52bfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111111 11101110
Octal 122 277 356
Decimal 82 191 238
Hex 52 BF EE

RGB Percentages of Color #52bfee

%16.05
%37.38
%46.58

CMYK Percentages of Color #52bfee

%66
%20
%0
%7

Triadic Colors of #52bfee

#52bfee #ee52bf #bfee52

Analogous Colors of #52bfee

#52bfee #5271ee #52eecf

Monochromatic Colors of #52bfee

#52bfee

Complementary Color

#52bfee #ee8152

#52bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bfee Color CSS Codes

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

#52bfee Text Font Color

<p style="color:#52bfee">Text here</p>

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


#52bfee Background Color

<div style="background-color:#52bfee">
Div content here</div>

This div background color is #52bfee


#52bfee Border Color

<div style="border:3px solid #52bfee">
Div here</div>

This div border color is #52bfee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,191,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52bfee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52bfee;
  -webkit-box-shadow: 1px 1px 3px 2px #52bfee;
  box-shadow:         1px 1px 3px 2px #52bfee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,191,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bfee


Comments

No comments written yet.

Please login to write comment.