Color Hex Logo

#5cdbeb Color Hex

#5CDBEB
(92,219,235)
0 Favorites   0 Comments

Color spaces of #5cdbeb

RGB 92219235
HSL0.520.780.64
HSV187°61°92°
CMYK 0.610.070.00   0.08
XYZ44.740558.936587.6151
Yxy58.93650.23390.3081
Hunter Lab76.7701-30.3205-13.9266
CIE-Lab81.2567-30.2625-18.3403

#5cdbeb color RGB value is (92,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011011 11101011
Octal 134 333 353
Decimal 92 219 235
Hex 5C DB EB

RGB Percentages of Color #5cdbeb

%16.85
%40.11
%43.04

CMYK Percentages of Color #5cdbeb

%61
%7
%0
%8

Triadic Colors of #5cdbeb

#5cdbeb #eb5cdb #dbeb5c

Analogous Colors of #5cdbeb

#5cdbeb #5c94eb #5cebb4

Monochromatic Colors of #5cdbeb

#5cdbeb

Complementary Color

#5cdbeb #eb6c5c

#5cdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdbeb Color CSS Codes

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

#5cdbeb Text Font Color

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

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


#5cdbeb Background Color

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

This div background color is #5cdbeb


#5cdbeb Border Color

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

This div border color is #5cdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdbeb


Comments

No comments written yet.

Please login to write comment.