Color Hex Logo

#35cdbc Color Hex

#35CDBC
(53,205,188)
0 Favorites   0 Comments

Color spaces of #35cdbc

RGB 53205188
HSL0.480.600.51
HSV173°74°80°
CMYK 0.740.000.08   0.20
XYZ32.376648.050455.1452
Yxy48.05040.23880.3544
Hunter Lab69.3184-37.93511.3556
CIE-Lab74.8567-42.4291-2.7716

#35cdbc color RGB value is (53,205,188).

#35cdbc hex color red value is 53, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #35cdbc hue: 0.48 , saturation: 0.60 and the lightness value of 35cdbc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001101 10111100
Octal 65 315 274
Decimal 53 205 188
Hex 35 CD BC

RGB Percentages of Color #35cdbc

%11.88
%45.96
%42.15

CMYK Percentages of Color #35cdbc

%74
%0
%8
%20

Triadic Colors of #35cdbc

#35cdbc #bc35cd #cdbc35

Analogous Colors of #35cdbc

#35cdbc #3592cd #35cd70

Monochromatic Colors of #35cdbc

#35cdbc

Complementary Color

#35cdbc #cd3546

#35cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cdbc Color CSS Codes

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

#35cdbc Text Font Color

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

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


#35cdbc Background Color

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

This div background color is #35cdbc


#35cdbc Border Color

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

This div border color is #35cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cdbc


Comments

No comments written yet.

Please login to write comment.