Color Hex Logo

#53cfcc Color Hex

#53CFCC
(83,207,204)
0 Favorites   0 Comments

Color spaces of #53cfcc

RGB 83207204
HSL0.500.560.57
HSV179°60°81°
CMYK 0.600.000.01   0.19
XYZ36.779250.824364.9983
Yxy50.82430.24100.3331
Hunter Lab71.2912-32.6712-4.1527
CIE-Lab76.5725-34.6643-8.7930

#53cfcc color RGB value is (83,207,204).

#53cfcc hex color red value is 83, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #53cfcc hue: 0.50 , saturation: 0.56 and the lightness value of 53cfcc is 0.57.

The process color (four color CMYK) of #53cfcc color hex is 0.60, 0.00, 0.01, 0.19. Web safe color of #53cfcc is #66cccc. Color #53cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001111 11001100
Octal 123 317 314
Decimal 83 207 204
Hex 53 CF CC

RGB Percentages of Color #53cfcc

%16.80
%41.90
%41.30

CMYK Percentages of Color #53cfcc

%60
%0
%1
%19

Triadic Colors of #53cfcc

#53cfcc #cc53cf #cfcc53

Analogous Colors of #53cfcc

#53cfcc #5394cf #53cf8e

Monochromatic Colors of #53cfcc

#53cfcc

Complementary Color

#53cfcc #cf5356

#53cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cfcc Color CSS Codes

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

#53cfcc Text Font Color

<p style="color:#53cfcc">Text here</p>

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


#53cfcc Background Color

<div style="background-color:#53cfcc">
Div content here</div>

This div background color is #53cfcc


#53cfcc Border Color

<div style="border:3px solid #53cfcc">
Div here</div>

This div border color is #53cfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,207,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53cfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53cfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #53cfcc;
  box-shadow:         1px 1px 3px 2px #53cfcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cfcc


Comments

No comments written yet.

Please login to write comment.