Color Hex Logo

#35cdbe Color Hex

#35CDBE
(53,205,190)
0 Favorites   0 Comments

Color spaces of #35cdbe

RGB 53205190
HSL0.480.600.51
HSV174°74°80°
CMYK 0.740.000.07   0.20
XYZ32.593848.137256.2887
Yxy48.13720.23790.3513
Hunter Lab69.3810-37.56100.4648
CIE-Lab74.9114-41.8856-3.7718

#35cdbe color RGB value is (53,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001101 10111110
Octal 65 315 276
Decimal 53 205 190
Hex 35 CD BE

RGB Percentages of Color #35cdbe

%11.83
%45.76
%42.41

CMYK Percentages of Color #35cdbe

%74
%0
%7
%20

Triadic Colors of #35cdbe

#35cdbe #be35cd #cdbe35

Analogous Colors of #35cdbe

#35cdbe #3590cd #35cd72

Monochromatic Colors of #35cdbe

#35cdbe

Complementary Color

#35cdbe #cd3544

#35cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cdbe Color CSS Codes

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

#35cdbe Text Font Color

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

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


#35cdbe Background Color

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

This div background color is #35cdbe


#35cdbe Border Color

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

This div border color is #35cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cdbe


Comments

No comments written yet.

Please login to write comment.