Color Hex Logo

#52bbcf Color Hex

#52BBCF
(82,187,207)
0 Favorites   0 Comments

Color spaces of #52bbcf

RGB 82187207
HSL0.530.570.57
HSV190°60°81°
CMYK 0.600.100.00   0.19
XYZ32.512541.839565.3937
Yxy41.83950.23270.2994
Hunter Lab64.6835-23.4748-14.6626
CIE-Lab70.7601-24.2835-19.1551

#52bbcf color RGB value is (82,187,207).

#52bbcf hex color red value is 82, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #52bbcf hue: 0.53 , saturation: 0.57 and the lightness value of 52bbcf is 0.57.

The process color (four color CMYK) of #52bbcf color hex is 0.60, 0.10, 0.00, 0.19. Web safe color of #52bbcf is #66cccc. Color #52bbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111011 11001111
Octal 122 273 317
Decimal 82 187 207
Hex 52 BB CF

RGB Percentages of Color #52bbcf

%17.23
%39.29
%43.49

CMYK Percentages of Color #52bbcf

%60
%10
%0
%19

Triadic Colors of #52bbcf

#52bbcf #cf52bb #bbcf52

Analogous Colors of #52bbcf

#52bbcf #527dcf #52cfa5

Monochromatic Colors of #52bbcf

#52bbcf

Complementary Color

#52bbcf #cf6652

#52bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bbcf Color CSS Codes

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

#52bbcf Text Font Color

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

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


#52bbcf Background Color

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

This div background color is #52bbcf


#52bbcf Border Color

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

This div border color is #52bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bbcf


Comments

No comments written yet.

Please login to write comment.