Color Hex Logo

#35bcda Color Hex

#35BCDA
(53,188,218)
0 Favorites   0 Comments

Color spaces of #35bcda

RGB 53188218
HSL0.530.690.53
HSV191°76°85°
CMYK 0.760.140.00   0.15
XYZ32.106341.785372.7029
Yxy41.78530.21900.2850
Hunter Lab64.6416-24.4650-21.4349
CIE-Lab70.7226-25.5843-25.2859

#35bcda color RGB value is (53,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111100 11011010
Octal 65 274 332
Decimal 53 188 218
Hex 35 BC DA

RGB Percentages of Color #35bcda

%11.55
%40.96
%47.49

CMYK Percentages of Color #35bcda

%76
%14
%0
%15

Triadic Colors of #35bcda

#35bcda #da35bc #bcda35

Analogous Colors of #35bcda

#35bcda #356ada #35daa6

Monochromatic Colors of #35bcda

#35bcda

Complementary Color

#35bcda #da5335

#35bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bcda Color CSS Codes

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

#35bcda Text Font Color

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

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


#35bcda Background Color

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

This div background color is #35bcda


#35bcda Border Color

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

This div border color is #35bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bcda


Comments

No comments written yet.

Please login to write comment.