Color Hex Logo

#35fcdb Color Hex

#35FCDB
(53,252,219)
0 Favorites   0 Comments

Color spaces of #35fcdb

RGB 53252219
HSL0.470.970.60
HSV170°79°99°
CMYK 0.790.000.13   0.01
XYZ49.064875.492279.0033
Yxy75.49220.24100.3709
Hunter Lab86.8862-51.25176.9096
CIE-Lab89.6230-54.17682.3906

#35fcdb color RGB value is (53,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 11111100 11011011
Octal 65 374 333
Decimal 53 252 219
Hex 35 FC DB

RGB Percentages of Color #35fcdb

%10.11
%48.09
%41.79

CMYK Percentages of Color #35fcdb

%79
%0
%13
%1

Triadic Colors of #35fcdb

#35fcdb #db35fc #fcdb35

Analogous Colors of #35fcdb

#35fcdb #35bafc #35fc78

Monochromatic Colors of #35fcdb

#35fcdb

Complementary Color

#35fcdb #fc3556

#35fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#35fcdb Color CSS Codes

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

#35fcdb Text Font Color

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

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


#35fcdb Background Color

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

This div background color is #35fcdb


#35fcdb Border Color

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

This div border color is #35fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35fcdb


Comments

No comments written yet.

Please login to write comment.