Color Hex Logo

#35badd Color Hex

#35BADD
(53,186,221)
0 Favorites   0 Comments

Color spaces of #35badd

RGB 53186221
HSL0.530.710.54
HSV193°76°87°
CMYK 0.760.160.00   0.13
XYZ32.078241.095274.6481
Yxy41.09520.21700.2780
Hunter Lab64.1055-22.8639-24.1667
CIE-Lab70.2426-23.6166-27.6589

#35badd color RGB value is (53,186,221).

#35badd hex color red value is 53, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #35badd hue: 0.53 , saturation: 0.71 and the lightness value of 35badd is 0.54.

The process color (four color CMYK) of #35badd color hex is 0.76, 0.16, 0.00, 0.13. Web safe color of #35badd is #33cccc. Color #35badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 11011101
Octal 65 272 335
Decimal 53 186 221
Hex 35 BA DD

RGB Percentages of Color #35badd

%11.52
%40.43
%48.04

CMYK Percentages of Color #35badd

%76
%16
%0
%13

Triadic Colors of #35badd

#35badd #dd35ba #badd35

Analogous Colors of #35badd

#35badd #3566dd #35ddac

Monochromatic Colors of #35badd

#35badd

Complementary Color

#35badd #dd5835

#35badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35badd Color CSS Codes

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

#35badd Text Font Color

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

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


#35badd Background Color

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

This div background color is #35badd


#35badd Border Color

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

This div border color is #35badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35badd


Comments

No comments written yet.

Please login to write comment.