Color Hex Logo

#5ccbeb Color Hex

#5CCBEB
(92,203,235)
0 Favorites   0 Comments

Color spaces of #5ccbeb

RGB 92203235
HSL0.540.780.64
HSV193°61°92°
CMYK 0.610.140.00   0.08
XYZ40.765050.985386.2899
Yxy50.98530.22900.2864
Hunter Lab71.4040-23.0502-21.6677
CIE-Lab76.6701-22.3721-25.3056

#5ccbeb color RGB value is (92,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11101011
Octal 134 313 353
Decimal 92 203 235
Hex 5C CB EB

RGB Percentages of Color #5ccbeb

%17.36
%38.30
%44.34

CMYK Percentages of Color #5ccbeb

%61
%14
%0
%8

Triadic Colors of #5ccbeb

#5ccbeb #eb5ccb #cbeb5c

Analogous Colors of #5ccbeb

#5ccbeb #5c84eb #5cebc4

Monochromatic Colors of #5ccbeb

#5ccbeb

Complementary Color

#5ccbeb #eb7c5c

#5ccbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbeb Color CSS Codes

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

#5ccbeb Text Font Color

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

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


#5ccbeb Background Color

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

This div background color is #5ccbeb


#5ccbeb Border Color

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

This div border color is #5ccbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbeb


Comments

No comments written yet.

Please login to write comment.