Color Hex Logo

#35cabe Color Hex

#35CABE
(53,202,190)
0 Favorites   0 Comments

Color spaces of #35cabe

RGB 53202190
HSL0.490.580.50
HSV175°74°79°
CMYK 0.740.000.06   0.21
XYZ31.883046.715656.0518
Yxy46.71560.23680.3469
Hunter Lab68.3488-36.3447-0.7786
CIE-Lab74.0075-40.5523-5.1047

#35cabe color RGB value is (53,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001010 10111110
Octal 65 312 276
Decimal 53 202 190
Hex 35 CA BE

RGB Percentages of Color #35cabe

%11.91
%45.39
%42.70

CMYK Percentages of Color #35cabe

%74
%0
%6
%21

Triadic Colors of #35cabe

#35cabe #be35ca #cabe35

Analogous Colors of #35cabe

#35cabe #358cca #35ca74

Monochromatic Colors of #35cabe

#35cabe

Complementary Color

#35cabe #ca3541

#35cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cabe Color CSS Codes

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

#35cabe Text Font Color

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

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


#35cabe Background Color

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

This div background color is #35cabe


#35cabe Border Color

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

This div border color is #35cabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,202,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 #35cabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cabe


Comments

No comments written yet.

Please login to write comment.