Color Hex Logo

#54accf Color Hex

#54ACCF
(84,172,207)
0 Favorites   0 Comments

Color spaces of #54accf

RGB 84172207
HSL0.550.560.57
HSV197°59°81°
CMYK 0.590.170.00   0.19
XYZ29.671235.894964.3960
Yxy35.89490.22830.2762
Hunter Lab59.9124-16.4457-21.7884
CIE-Lab66.4395-16.1587-25.7418

#54accf color RGB value is (84,172,207).

#54accf hex color red value is 84, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #54accf hue: 0.55 , saturation: 0.56 and the lightness value of 54accf is 0.57.

The process color (four color CMYK) of #54accf color hex is 0.59, 0.17, 0.00, 0.19. Web safe color of #54accf is #6699cc. Color #54accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 11001111
Octal 124 254 317
Decimal 84 172 207
Hex 54 AC CF

RGB Percentages of Color #54accf

%18.14
%37.15
%44.71

CMYK Percentages of Color #54accf

%59
%17
%0
%19

Triadic Colors of #54accf

#54accf #cf54ac #accf54

Analogous Colors of #54accf

#54accf #546fcf #54cfb5

Monochromatic Colors of #54accf

#54accf

Complementary Color

#54accf #cf7754

#54accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#54accf Color CSS Codes

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

#54accf Text Font Color

<p style="color:#54accf">Text here</p>

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


#54accf Background Color

<div style="background-color:#54accf">
Div content here</div>

This div background color is #54accf


#54accf Border Color

<div style="border:3px solid #54accf">
Div here</div>

This div border color is #54accf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,172,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54accf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54accf;
  -webkit-box-shadow: 1px 1px 3px 2px #54accf;
  box-shadow:         1px 1px 3px 2px #54accf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,172,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 #54accf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54accf


Comments

No comments written yet.

Please login to write comment.