Color Hex Logo

#54ddbb Color Hex

#54DDBB
(84,221,187)
0 Favorites   0 Comments

Color spaces of #54ddbb

RGB 84221187
HSL0.460.670.60
HSV165°62°87°
CMYK 0.620.000.15   0.13
XYZ38.482257.185656.0234
Yxy57.18560.25370.3770
Hunter Lab75.6212-41.50179.0102
CIE-Lab80.2839-45.12285.7437

#54ddbb color RGB value is (84,221,187).

#54ddbb hex color red value is 84, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #54ddbb hue: 0.46 , saturation: 0.67 and the lightness value of 54ddbb is 0.60.

The process color (four color CMYK) of #54ddbb color hex is 0.62, 0.00, 0.15, 0.13. Web safe color of #54ddbb is #66cccc. Color #54ddbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011101 10111011
Octal 124 335 273
Decimal 84 221 187
Hex 54 DD BB

RGB Percentages of Color #54ddbb

%17.07
%44.92
%38.01

CMYK Percentages of Color #54ddbb

%62
%0
%15
%13

Triadic Colors of #54ddbb

#54ddbb #bb54dd #ddbb54

Analogous Colors of #54ddbb

#54ddbb #54bbdd #54dd77

Monochromatic Colors of #54ddbb

#54ddbb

Complementary Color

#54ddbb #dd5476

#54ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ddbb Color CSS Codes

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

#54ddbb Text Font Color

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

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


#54ddbb Background Color

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

This div background color is #54ddbb


#54ddbb Border Color

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

This div border color is #54ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ddbb


Comments

No comments written yet.

Please login to write comment.