Color Hex Logo

#35cacb Color Hex

#35CACB
(53,202,203)
0 Favorites   0 Comments

Color spaces of #35cacb

RGB 53202203
HSL0.500.590.50
HSV180°74°80°
CMYK 0.740.000.00   0.20
XYZ33.368247.309763.8729
Yxy47.30970.23080.3273
Hunter Lab68.7820-33.7730-6.9109
CIE-Lab74.3874-36.8772-11.5828

#35cacb color RGB value is (53,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001010 11001011
Octal 65 312 313
Decimal 53 202 203
Hex 35 CA CB

RGB Percentages of Color #35cacb

%11.57
%44.10
%44.32

CMYK Percentages of Color #35cacb

%74
%0
%0
%20

Triadic Colors of #35cacb

#35cacb #cb35ca #cacb35

Analogous Colors of #35cacb

#35cacb #357fcb #35cb81

Monochromatic Colors of #35cacb

#35cacb

Complementary Color

#35cacb #cb3635

#35cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cacb Color CSS Codes

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

#35cacb Text Font Color

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

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


#35cacb Background Color

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

This div background color is #35cacb


#35cacb Border Color

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

This div border color is #35cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cacb


Comments

No comments written yet.

Please login to write comment.