Color Hex Logo

#35bbb7 Color Hex

#35BBB7
(53,187,183)
0 Favorites   0 Comments

Color spaces of #35bbb7

RGB 53187183
HSL0.500.560.47
HSV178°72°73°
CMYK 0.720.000.02   0.27
XYZ27.785839.716451.0013
Yxy39.71640.23450.3351
Hunter Lab63.0209-31.5864-3.8673
CIE-Lab69.2671-35.6883-8.3113

#35bbb7 color RGB value is (53,187,183).

#35bbb7 hex color red value is 53, green value is 187 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #35bbb7 hue: 0.50 , saturation: 0.56 and the lightness value of 35bbb7 is 0.47.

The process color (four color CMYK) of #35bbb7 color hex is 0.72, 0.00, 0.02, 0.27. Web safe color of #35bbb7 is #33cccc. Color #35bbb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111011 10110111
Octal 65 273 267
Decimal 53 187 183
Hex 35 BB B7

RGB Percentages of Color #35bbb7

%12.53
%44.21
%43.26

CMYK Percentages of Color #35bbb7

%72
%0
%2
%27

Triadic Colors of #35bbb7

#35bbb7 #b735bb #bbb735

Analogous Colors of #35bbb7

#35bbb7 #357cbb #35bb74

Monochromatic Colors of #35bbb7

#35bbb7

Complementary Color

#35bbb7 #bb3539

#35bbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bbb7 Color CSS Codes

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

#35bbb7 Text Font Color

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

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


#35bbb7 Background Color

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

This div background color is #35bbb7


#35bbb7 Border Color

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

This div border color is #35bbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bbb7


Comments

No comments written yet.

Please login to write comment.