Color Hex Logo

#54c8ee Color Hex

#54C8EE
(84,200,238)
0 Favorites   0 Comments

Color spaces of #54c8ee

RGB 84200238
HSL0.540.820.63
HSV195°65°93°
CMYK 0.650.160.00   0.07
XYZ39.743049.366488.3229
Yxy49.36640.22400.2782
Hunter Lab70.2612-21.9893-25.3485
CIE-Lab75.6787-21.2766-28.4571

#54c8ee color RGB value is (84,200,238).

#54c8ee hex color red value is 84, green value is 200 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #54c8ee hue: 0.54 , saturation: 0.82 and the lightness value of 54c8ee is 0.63.

The process color (four color CMYK) of #54c8ee color hex is 0.65, 0.16, 0.00, 0.07. Web safe color of #54c8ee is #66ccff. Color #54c8ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001000 11101110
Octal 124 310 356
Decimal 84 200 238
Hex 54 C8 EE

RGB Percentages of Color #54c8ee

%16.09
%38.31
%45.59

CMYK Percentages of Color #54c8ee

%65
%16
%0
%7

Triadic Colors of #54c8ee

#54c8ee #ee54c8 #c8ee54

Analogous Colors of #54c8ee

#54c8ee #547bee #54eec7

Monochromatic Colors of #54c8ee

#54c8ee

Complementary Color

#54c8ee #ee7a54

#54c8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54c8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#54c8ee Color CSS Codes

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

#54c8ee Text Font Color

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

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


#54c8ee Background Color

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

This div background color is #54c8ee


#54c8ee Border Color

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

This div border color is #54c8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54c8ee


Comments

No comments written yet.

Please login to write comment.