Color Hex Logo

#35fccc Color Hex

#35FCCC
(53,252,204)
0 Favorites   0 Comments

Color spaces of #35fccc

RGB 53252204
HSL0.460.970.60
HSV166°79°99°
CMYK 0.790.000.19   0.01
XYZ47.177774.737369.0660
Yxy74.73730.24700.3913
Hunter Lab86.4507-53.878213.1484
CIE-Lab89.2698-57.86389.6568

#35fccc color RGB value is (53,252,204).

#35fccc hex color red value is 53, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #35fccc hue: 0.46 , saturation: 0.97 and the lightness value of 35fccc is 0.60.

The process color (four color CMYK) of #35fccc color hex is 0.79, 0.00, 0.19, 0.01. Web safe color of #35fccc is #33ffcc. Color #35fccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111100 11001100
Octal 65 374 314
Decimal 53 252 204
Hex 35 FC CC

RGB Percentages of Color #35fccc

%10.41
%49.51
%40.08

CMYK Percentages of Color #35fccc

%79
%0
%19
%1

Triadic Colors of #35fccc

#35fccc #cc35fc #fccc35

Analogous Colors of #35fccc

#35fccc #35c9fc #35fc69

Monochromatic Colors of #35fccc

#35fccc

Complementary Color

#35fccc #fc3565

#35fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fccc Color CSS Codes

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

#35fccc Text Font Color

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

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


#35fccc Background Color

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

This div background color is #35fccc


#35fccc Border Color

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

This div border color is #35fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fccc


Comments

No comments written yet.

Please login to write comment.