Color Hex Logo

#5ccbec Color Hex

#5CCBEC
(92,203,236)
0 Favorites   0 Comments

Color spaces of #5ccbec

RGB 92203236
HSL0.540.790.64
HSV194°61°93°
CMYK 0.610.140.00   0.07
XYZ40.909951.043387.0530
Yxy51.04330.22850.2851
Hunter Lab71.4446-22.8171-22.2318
CIE-Lab76.7052-22.0773-25.7890

#5ccbec color RGB value is (92,203,236).

#5ccbec hex color red value is 92, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5ccbec hue: 0.54 , saturation: 0.79 and the lightness value of 5ccbec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11101100
Octal 134 313 354
Decimal 92 203 236
Hex 5C CB EC

RGB Percentages of Color #5ccbec

%17.33
%38.23
%44.44

CMYK Percentages of Color #5ccbec

%61
%14
%0
%7

Triadic Colors of #5ccbec

#5ccbec #ec5ccb #cbec5c

Analogous Colors of #5ccbec

#5ccbec #5c83ec #5cecc5

Monochromatic Colors of #5ccbec

#5ccbec

Complementary Color

#5ccbec #ec7d5c

#5ccbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbec Color CSS Codes

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

#5ccbec Text Font Color

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

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


#5ccbec Background Color

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

This div background color is #5ccbec


#5ccbec Border Color

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

This div border color is #5ccbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbec


Comments

No comments written yet.

Please login to write comment.