Color Hex Logo

#5cdbef Color Hex

#5CDBEF
(92,219,239)
0 Favorites   0 Comments

Color spaces of #5cdbef

RGB 92219239
HSL0.520.820.65
HSV188°62°94°
CMYK 0.620.080.00   0.06
XYZ45.325159.170390.6935
Yxy59.17030.23220.3031
Hunter Lab76.9222-29.4359-16.0590
CIE-Lab81.3851-29.1294-20.2726

#5cdbef color RGB value is (92,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011011 11101111
Octal 134 333 357
Decimal 92 219 239
Hex 5C DB EF

RGB Percentages of Color #5cdbef

%16.73
%39.82
%43.45

CMYK Percentages of Color #5cdbef

%62
%8
%0
%6

Triadic Colors of #5cdbef

#5cdbef #ef5cdb #dbef5c

Analogous Colors of #5cdbef

#5cdbef #5c92ef #5cefba

Monochromatic Colors of #5cdbef

#5cdbef

Complementary Color

#5cdbef #ef705c

#5cdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdbef Color CSS Codes

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

#5cdbef Text Font Color

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

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


#5cdbef Background Color

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

This div background color is #5cdbef


#5cdbef Border Color

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

This div border color is #5cdbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,219,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 #5cdbef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdbef


Comments

No comments written yet.

Please login to write comment.