Color Hex Logo

#35cecd Color Hex

#35CECD
(53,206,205)
0 Favorites   0 Comments

Color spaces of #35cecd

RGB 53206205
HSL0.500.610.51
HSV180°74°81°
CMYK 0.740.000.00   0.19
XYZ34.558949.307365.4534
Yxy49.30730.23140.3302
Hunter Lab70.2192-35.0334-6.1126
CIE-Lab75.6421-38.1387-10.7892

#35cecd color RGB value is (53,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001110 11001101
Octal 65 316 315
Decimal 53 206 205
Hex 35 CE CD

RGB Percentages of Color #35cecd

%11.42
%44.40
%44.18

CMYK Percentages of Color #35cecd

%74
%0
%0
%19

Triadic Colors of #35cecd

#35cecd #cd35ce #cecd35

Analogous Colors of #35cecd

#35cecd #3583ce #35ce81

Monochromatic Colors of #35cecd

#35cecd

Complementary Color

#35cecd #ce3536

#35cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cecd Color CSS Codes

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

#35cecd Text Font Color

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

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


#35cecd Background Color

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

This div background color is #35cecd


#35cecd Border Color

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

This div border color is #35cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cecd


Comments

No comments written yet.

Please login to write comment.