Color Hex Logo

#5ccefb Color Hex

#5CCEFB
(92,206,251)
0 Favorites   0 Comments

Color spaces of #5ccefb

RGB 92206251
HSL0.550.950.67
HSV197°63°98°
CMYK 0.630.180.00   0.02
XYZ43.897553.383099.2571
Yxy53.38300.22340.2716
Hunter Lab73.0637-20.6166-29.4010
CIE-Lab78.1006-19.1170-31.6811

#5ccefb color RGB value is (92,206,251).

#5ccefb hex color red value is 92, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5ccefb hue: 0.55 , saturation: 0.95 and the lightness value of 5ccefb is 0.67.

The process color (four color CMYK) of #5ccefb color hex is 0.63, 0.18, 0.00, 0.02. Web safe color of #5ccefb is #66ccff. Color #5ccefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 11111011
Octal 134 316 373
Decimal 92 206 251
Hex 5C CE FB

RGB Percentages of Color #5ccefb

%16.76
%37.52
%45.72

CMYK Percentages of Color #5ccefb

%63
%18
%0
%2

Triadic Colors of #5ccefb

#5ccefb #fb5cce #cefb5c

Analogous Colors of #5ccefb

#5ccefb #5c7ffb #5cfbd9

Monochromatic Colors of #5ccefb

#5ccefb

Complementary Color

#5ccefb #fb895c

#5ccefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccefb Color CSS Codes

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

#5ccefb Text Font Color

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

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


#5ccefb Background Color

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

This div background color is #5ccefb


#5ccefb Border Color

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

This div border color is #5ccefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccefb


Comments

No comments written yet.

Please login to write comment.