Color Hex Logo

#54cefb Color Hex

#54CEFB
(84,206,251)
0 Favorites   0 Comments

Color spaces of #54cefb

RGB 84206251
HSL0.540.950.66
HSV196°67°98°
CMYK 0.670.180.00   0.02
XYZ43.140052.992599.2216
Yxy52.99250.22080.2713
Hunter Lab72.7959-21.6111-29.8557
CIE-Lab77.8706-20.3615-32.0546

#54cefb color RGB value is (84,206,251).

#54cefb hex color red value is 84, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #54cefb hue: 0.54 , saturation: 0.95 and the lightness value of 54cefb is 0.66.

The process color (four color CMYK) of #54cefb color hex is 0.67, 0.18, 0.00, 0.02. Web safe color of #54cefb is #66ccff. Color #54cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001110 11111011
Octal 124 316 373
Decimal 84 206 251
Hex 54 CE FB

RGB Percentages of Color #54cefb

%15.53
%38.08
%46.40

CMYK Percentages of Color #54cefb

%67
%18
%0
%2

Triadic Colors of #54cefb

#54cefb #fb54ce #cefb54

Analogous Colors of #54cefb

#54cefb #547bfb #54fbd5

Monochromatic Colors of #54cefb

#54cefb

Complementary Color

#54cefb #fb8154

#54cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54cefb Color CSS Codes

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

#54cefb Text Font Color

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

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


#54cefb Background Color

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

This div background color is #54cefb


#54cefb Border Color

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

This div border color is #54cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54cefb


Comments

No comments written yet.

Please login to write comment.