Color Hex Logo

#5ceefd Color Hex

#5CEEFD
(92,238,253)
0 Favorites   0 Comments

Color spaces of #5ceefd

RGB 92238253
HSL0.520.980.68
HSV186°64°99°
CMYK 0.640.060.00   0.01
XYZ52.717870.5162103.7610
Yxy70.51620.23220.3107
Hunter Lab83.9739-34.8943-14.4790
CIE-Lab87.2494-34.2288-18.7972

#5ceefd color RGB value is (92,238,253).

#5ceefd hex color red value is 92, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5ceefd hue: 0.52 , saturation: 0.98 and the lightness value of 5ceefd is 0.68.

The process color (four color CMYK) of #5ceefd color hex is 0.64, 0.06, 0.00, 0.01. Web safe color of #5ceefd is #66ffff. Color #5ceefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101110 11111101
Octal 134 356 375
Decimal 92 238 253
Hex 5C EE FD

RGB Percentages of Color #5ceefd

%15.78
%40.82
%43.40

CMYK Percentages of Color #5ceefd

%64
%6
%0
%1

Triadic Colors of #5ceefd

#5ceefd #fd5cee #eefd5c

Analogous Colors of #5ceefd

#5ceefd #5c9efd #5cfdbc

Monochromatic Colors of #5ceefd

#5ceefd

Complementary Color

#5ceefd #fd6b5c

#5ceefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ceefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ceefd Color CSS Codes

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

#5ceefd Text Font Color

<p style="color:#5ceefd">Text here</p>

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


#5ceefd Background Color

<div style="background-color:#5ceefd">
Div content here</div>

This div background color is #5ceefd


#5ceefd Border Color

<div style="border:3px solid #5ceefd">
Div here</div>

This div border color is #5ceefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,238,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ceefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ceefd;
  -webkit-box-shadow: 1px 1px 3px 2px #5ceefd;
  box-shadow:         1px 1px 3px 2px #5ceefd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,238,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ceefd


Comments

No comments written yet.

Please login to write comment.