Color Hex Logo

#35bdca Color Hex

#35BDCA
(53,189,202)
0 Favorites   0 Comments

Color spaces of #35bdca

RGB 53189202
HSL0.510.580.50
HSV185°74°79°
CMYK 0.740.060.00   0.21
XYZ30.326541.416362.2729
Yxy41.41630.22630.3090
Hunter Lab64.3555-28.5068-12.3225
CIE-Lab70.4666-31.0379-16.9330

#35bdca color RGB value is (53,189,202).

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

The process color (four color CMYK) of #35bdca color hex is 0.74, 0.06, 0.00, 0.21. Web safe color of #35bdca is #33cccc. Color #35bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111101 11001010
Octal 65 275 312
Decimal 53 189 202
Hex 35 BD CA

RGB Percentages of Color #35bdca

%11.94
%42.57
%45.50

CMYK Percentages of Color #35bdca

%74
%6
%0
%21

Triadic Colors of #35bdca

#35bdca #ca35bd #bdca35

Analogous Colors of #35bdca

#35bdca #3573ca #35ca8d

Monochromatic Colors of #35bdca

#35bdca

Complementary Color

#35bdca #ca4235

#35bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bdca Color CSS Codes

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

#35bdca Text Font Color

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

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


#35bdca Background Color

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

This div background color is #35bdca


#35bdca Border Color

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

This div border color is #35bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bdca


Comments

No comments written yet.

Please login to write comment.