Color Hex Logo

#5cdfef Color Hex

#5CDFEF
(92,223,239)
0 Favorites   0 Comments

Color spaces of #5cdfef

RGB 92223239
HSL0.520.820.65
HSV187°62°94°
CMYK 0.620.070.00   0.06
XYZ46.381361.282791.0455
Yxy61.28270.23340.3084
Hunter Lab78.2833-31.2380-14.1575
CIE-Lab82.5305-31.0553-18.5409

#5cdfef color RGB value is (92,223,239).

#5cdfef hex color red value is 92, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5cdfef hue: 0.52 , saturation: 0.82 and the lightness value of 5cdfef is 0.65.

The process color (four color CMYK) of #5cdfef color hex is 0.62, 0.07, 0.00, 0.06. Web safe color of #5cdfef is #66ccff. Color #5cdfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011111 11101111
Octal 134 337 357
Decimal 92 223 239
Hex 5C DF EF

RGB Percentages of Color #5cdfef

%16.61
%40.25
%43.14

CMYK Percentages of Color #5cdfef

%62
%7
%0
%6

Triadic Colors of #5cdfef

#5cdfef #ef5cdf #dfef5c

Analogous Colors of #5cdfef

#5cdfef #5c96ef #5cefb6

Monochromatic Colors of #5cdfef

#5cdfef

Complementary Color

#5cdfef #ef6c5c

#5cdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdfef Color CSS Codes

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

#5cdfef Text Font Color

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

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


#5cdfef Background Color

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

This div background color is #5cdfef


#5cdfef Border Color

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

This div border color is #5cdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdfef


Comments

No comments written yet.

Please login to write comment.