Color Hex Logo

#5cbdef Color Hex

#5CBDEF
(92,189,239)
0 Favorites   0 Comments

Color spaces of #5cbdef

RGB 92189239
HSL0.560.820.65
HSV200°62°94°
CMYK 0.620.210.00   0.06
XYZ38.191244.902588.3155
Yxy44.90250.22280.2620
Hunter Lab67.0093-15.5323-31.2352
CIE-Lab72.8276-13.9186-33.3675

#5cbdef color RGB value is (92,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 11101111
Octal 134 275 357
Decimal 92 189 239
Hex 5C BD EF

RGB Percentages of Color #5cbdef

%17.69
%36.35
%45.96

CMYK Percentages of Color #5cbdef

%62
%21
%0
%6

Triadic Colors of #5cbdef

#5cbdef #ef5cbd #bdef5c

Analogous Colors of #5cbdef

#5cbdef #5c74ef #5cefd8

Monochromatic Colors of #5cbdef

#5cbdef

Complementary Color

#5cbdef #ef8e5c

#5cbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbdef Color CSS Codes

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

#5cbdef Text Font Color

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

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


#5cbdef Background Color

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

This div background color is #5cbdef


#5cbdef Border Color

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

This div border color is #5cbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbdef


Comments

No comments written yet.

Please login to write comment.