Color Hex Logo

#35cbbe Color Hex

#35CBBE
(53,203,190)
0 Favorites   0 Comments

Color spaces of #35cbbe

RGB 53203190
HSL0.490.590.50
HSV175°74°80°
CMYK 0.740.000.06   0.20
XYZ32.118447.186556.1303
Yxy47.18650.23710.3484
Hunter Lab68.6924-36.7508-0.3626
CIE-Lab74.3089-40.9986-4.6598

#35cbbe color RGB value is (53,203,190).

#35cbbe hex color red value is 53, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #35cbbe hue: 0.49 , saturation: 0.59 and the lightness value of 35cbbe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 10111110
Octal 65 313 276
Decimal 53 203 190
Hex 35 CB BE

RGB Percentages of Color #35cbbe

%11.88
%45.52
%42.60

CMYK Percentages of Color #35cbbe

%74
%0
%6
%20

Triadic Colors of #35cbbe

#35cbbe #be35cb #cbbe35

Analogous Colors of #35cbbe

#35cbbe #358dcb #35cb73

Monochromatic Colors of #35cbbe

#35cbbe

Complementary Color

#35cbbe #cb3542

#35cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbbe Color CSS Codes

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

#35cbbe Text Font Color

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

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


#35cbbe Background Color

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

This div background color is #35cbbe


#35cbbe Border Color

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

This div border color is #35cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbbe


Comments

No comments written yet.

Please login to write comment.