Color Hex Logo

#35bddc Color Hex

#35BDDC
(53,189,220)
0 Favorites   0 Comments

Color spaces of #35bddc

RGB 53189220
HSL0.530.700.54
HSV191°76°86°
CMYK 0.760.140.00   0.14
XYZ32.584142.319474.1612
Yxy42.31940.21860.2839
Hunter Lab65.0534-24.4358-22.0536
CIE-Lab71.0906-25.4513-25.8126

#35bddc color RGB value is (53,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111101 11011100
Octal 65 275 334
Decimal 53 189 220
Hex 35 BD DC

RGB Percentages of Color #35bddc

%11.47
%40.91
%47.62

CMYK Percentages of Color #35bddc

%76
%14
%0
%14

Triadic Colors of #35bddc

#35bddc #dc35bd #bddc35

Analogous Colors of #35bddc

#35bddc #356adc #35dca8

Monochromatic Colors of #35bddc

#35bddc

Complementary Color

#35bddc #dc5435

#35bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bddc Color CSS Codes

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

#35bddc Text Font Color

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

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


#35bddc Background Color

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

This div background color is #35bddc


#35bddc Border Color

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

This div border color is #35bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bddc


Comments

No comments written yet.

Please login to write comment.