Color Hex Logo

#35bcdb Color Hex

#35BCDB
(53,188,219)
0 Favorites   0 Comments

Color spaces of #35bcdb

RGB 53188219
HSL0.530.700.53
HSV191°76°86°
CMYK 0.760.140.00   0.14
XYZ32.237641.837873.3942
Yxy41.83780.21860.2837
Hunter Lab64.6821-24.2293-21.9983
CIE-Lab70.7589-25.2667-25.7756

#35bcdb color RGB value is (53,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111100 11011011
Octal 65 274 333
Decimal 53 188 219
Hex 35 BC DB

RGB Percentages of Color #35bcdb

%11.52
%40.87
%47.61

CMYK Percentages of Color #35bcdb

%76
%14
%0
%14

Triadic Colors of #35bcdb

#35bcdb #db35bc #bcdb35

Analogous Colors of #35bcdb

#35bcdb #3569db #35dba7

Monochromatic Colors of #35bcdb

#35bcdb

Complementary Color

#35bcdb #db5435

#35bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bcdb Color CSS Codes

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

#35bcdb Text Font Color

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

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


#35bcdb Background Color

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

This div background color is #35bcdb


#35bcdb Border Color

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

This div border color is #35bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bcdb


Comments

No comments written yet.

Please login to write comment.