Color Hex Logo

#35bcdd Color Hex

#35BCDD
(53,188,221)
0 Favorites   0 Comments

Color spaces of #35bcdd

RGB 53188221
HSL0.530.710.54
HSV192°76°87°
CMYK 0.760.150.00   0.13
XYZ32.502641.943874.7895
Yxy41.94380.21780.2811
Hunter Lab64.7640-23.7547-23.1333
CIE-Lab70.8322-24.6295-26.7537

#35bcdd color RGB value is (53,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111100 11011101
Octal 65 274 335
Decimal 53 188 221
Hex 35 BC DD

RGB Percentages of Color #35bcdd

%11.47
%40.69
%47.84

CMYK Percentages of Color #35bcdd

%76
%15
%0
%13

Triadic Colors of #35bcdd

#35bcdd #dd35bc #bcdd35

Analogous Colors of #35bcdd

#35bcdd #3568dd #35ddaa

Monochromatic Colors of #35bcdd

#35bcdd

Complementary Color

#35bcdd #dd5635

#35bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bcdd Color CSS Codes

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

#35bcdd Text Font Color

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

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


#35bcdd Background Color

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

This div background color is #35bcdd


#35bcdd Border Color

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

This div border color is #35bcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,188,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 #35bcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bcdd


Comments

No comments written yet.

Please login to write comment.