Color Hex Logo

#35cebd Color Hex

#35CEBD
(53,206,189)
0 Favorites   0 Comments

Color spaces of #35cebd

RGB 53206189
HSL0.480.610.51
HSV173°74°81°
CMYK 0.740.000.08   0.19
XYZ32.724848.573655.7950
Yxy48.57360.23870.3543
Hunter Lab69.6948-38.15211.3210
CIE-Lab75.1853-42.5980-2.8289

#35cebd color RGB value is (53,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001110 10111101
Octal 65 316 275
Decimal 53 206 189
Hex 35 CE BD

RGB Percentages of Color #35cebd

%11.83
%45.98
%42.19

CMYK Percentages of Color #35cebd

%74
%0
%8
%19

Triadic Colors of #35cebd

#35cebd #bd35ce #cebd35

Analogous Colors of #35cebd

#35cebd #3593ce #35ce71

Monochromatic Colors of #35cebd

#35cebd

Complementary Color

#35cebd #ce3546

#35cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cebd Color CSS Codes

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

#35cebd Text Font Color

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

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


#35cebd Background Color

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

This div background color is #35cebd


#35cebd Border Color

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

This div border color is #35cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cebd


Comments

No comments written yet.

Please login to write comment.