Color Hex Logo

#35cbcb Color Hex

#35CBCB
(53,203,203)
0 Favorites   0 Comments

Color spaces of #35cbcb

RGB 53203203
HSL0.500.590.50
HSV180°74°80°
CMYK 0.740.000.00   0.20
XYZ33.603647.780663.9514
Yxy47.78060.23120.3288
Hunter Lab69.1235-34.1904-6.4672
CIE-Lab74.6863-37.3381-11.1360

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 11001011
Octal 65 313 313
Decimal 53 203 203
Hex 35 CB CB

RGB Percentages of Color #35cbcb

%11.55
%44.23
%44.23

CMYK Percentages of Color #35cbcb

%74
%0
%0
%20

Triadic Colors of #35cbcb

#35cbcb #cb35cb #cbcb35

Analogous Colors of #35cbcb

#35cbcb #3580cb #35cb80

Monochromatic Colors of #35cbcb

#35cbcb

Complementary Color

#35cbcb #cb3535

#35cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbcb Color CSS Codes

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

#35cbcb Text Font Color

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

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


#35cbcb Background Color

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

This div background color is #35cbcb


#35cbcb Border Color

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

This div border color is #35cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbcb


Comments

No comments written yet.

Please login to write comment.