Color Hex Logo

#35bdc4 Color Hex

#35BDC4
(53,189,196)
0 Favorites   0 Comments

Color spaces of #35bdc4

RGB 53189196
HSL0.510.570.49
HSV183°73°77°
CMYK 0.730.040.00   0.23
XYZ29.629641.137658.6033
Yxy41.13760.22900.3180
Hunter Lab64.1386-29.7823-9.2761
CIE-Lab70.2722-32.8374-13.9410

#35bdc4 color RGB value is (53,189,196).

#35bdc4 hex color red value is 53, green value is 189 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #35bdc4 hue: 0.51 , saturation: 0.57 and the lightness value of 35bdc4 is 0.49.

The process color (four color CMYK) of #35bdc4 color hex is 0.73, 0.04, 0.00, 0.23. Web safe color of #35bdc4 is #33cccc. Color #35bdc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111101 11000100
Octal 65 275 304
Decimal 53 189 196
Hex 35 BD C4

RGB Percentages of Color #35bdc4

%12.10
%43.15
%44.75

CMYK Percentages of Color #35bdc4

%73
%4
%0
%23

Triadic Colors of #35bdc4

#35bdc4 #c435bd #bdc435

Analogous Colors of #35bdc4

#35bdc4 #3576c4 #35c484

Monochromatic Colors of #35bdc4

#35bdc4

Complementary Color

#35bdc4 #c43c35

#35bdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bdc4 Color CSS Codes

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

#35bdc4 Text Font Color

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

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


#35bdc4 Background Color

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

This div background color is #35bdc4


#35bdc4 Border Color

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

This div border color is #35bdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bdc4


Comments

No comments written yet.

Please login to write comment.