Color Hex Logo

#5bceee Color Hex

#5BCEEE
(91,206,238)
0 Favorites   0 Comments

Color spaces of #5bceee

RGB 91206238
HSL0.540.810.65
HSV193°62°93°
CMYK 0.620.130.00   0.07
XYZ41.818352.539888.8261
Yxy52.53980.22830.2868
Hunter Lab72.4843-23.8658-21.9180
CIE-Lab77.6025-23.1710-25.4938

#5bceee color RGB value is (91,206,238).

#5bceee hex color red value is 91, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5bceee hue: 0.54 , saturation: 0.81 and the lightness value of 5bceee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001110 11101110
Octal 133 316 356
Decimal 91 206 238
Hex 5B CE EE

RGB Percentages of Color #5bceee

%17.01
%38.50
%44.49

CMYK Percentages of Color #5bceee

%62
%13
%0
%7

Triadic Colors of #5bceee

#5bceee #ee5bce #ceee5b

Analogous Colors of #5bceee

#5bceee #5b85ee #5beec5

Monochromatic Colors of #5bceee

#5bceee

Complementary Color

#5bceee #ee7b5b

#5bceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bceee Color CSS Codes

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

#5bceee Text Font Color

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

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


#5bceee Background Color

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

This div background color is #5bceee


#5bceee Border Color

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

This div border color is #5bceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bceee


Comments

No comments written yet.

Please login to write comment.