Color Hex Logo

#35b5cb Color Hex

#35B5CB
(53,181,203)
0 Favorites   0 Comments

Color spaces of #35b5cb

RGB 53181203
HSL0.520.590.50
HSV189°74°80°
CMYK 0.740.110.00   0.20
XYZ28.771638.116462.3407
Yxy38.11640.22260.2950
Hunter Lab61.7385-24.8571-16.6514
CIE-Lab68.1063-26.8062-21.0627

#35b5cb color RGB value is (53,181,203).

#35b5cb hex color red value is 53, green value is 181 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #35b5cb hue: 0.52 , saturation: 0.59 and the lightness value of 35b5cb is 0.50.

The process color (four color CMYK) of #35b5cb color hex is 0.74, 0.11, 0.00, 0.20. Web safe color of #35b5cb is #33cccc. Color #35b5cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10110101 11001011
Octal 65 265 313
Decimal 53 181 203
Hex 35 B5 CB

RGB Percentages of Color #35b5cb

%12.13
%41.42
%46.45

CMYK Percentages of Color #35b5cb

%74
%11
%0
%20

Triadic Colors of #35b5cb

#35b5cb #cb35b5 #b5cb35

Analogous Colors of #35b5cb

#35b5cb #356acb #35cb96

Monochromatic Colors of #35b5cb

#35b5cb

Complementary Color

#35b5cb #cb4b35

#35b5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35b5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35b5cb Color CSS Codes

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

#35b5cb Text Font Color

<p style="color:#35b5cb">Text here</p>

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


#35b5cb Background Color

<div style="background-color:#35b5cb">
Div content here</div>

This div background color is #35b5cb


#35b5cb Border Color

<div style="border:3px solid #35b5cb">
Div here</div>

This div border color is #35b5cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,181,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35b5cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35b5cb;
  -webkit-box-shadow: 1px 1px 3px 2px #35b5cb;
  box-shadow:         1px 1px 3px 2px #35b5cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35b5cb


Comments

No comments written yet.

Please login to write comment.