Color Hex Logo

#35ccf5 Color Hex

#35CCF5
(53,204,245)
0 Favorites   0 Comments

Color spaces of #35ccf5

RGB 53204245
HSL0.540.910.58
HSV193°78°96°
CMYK 0.780.170.00   0.04
XYZ39.542550.535294.0564
Yxy50.53520.21470.2744
Hunter Lab71.0881-25.1142-28.6847
CIE-Lab76.3966-25.0008-31.1711

#35ccf5 color RGB value is (53,204,245).

#35ccf5 hex color red value is 53, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #35ccf5 hue: 0.54 , saturation: 0.91 and the lightness value of 35ccf5 is 0.58.

The process color (four color CMYK) of #35ccf5 color hex is 0.78, 0.17, 0.00, 0.04. Web safe color of #35ccf5 is #33ccff. Color #35ccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001100 11110101
Octal 65 314 365
Decimal 53 204 245
Hex 35 CC F5

RGB Percentages of Color #35ccf5

%10.56
%40.64
%48.80

CMYK Percentages of Color #35ccf5

%78
%17
%0
%4

Triadic Colors of #35ccf5

#35ccf5 #f535cc #ccf535

Analogous Colors of #35ccf5

#35ccf5 #356cf5 #35f5be

Monochromatic Colors of #35ccf5

#35ccf5

Complementary Color

#35ccf5 #f55e35

#35ccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35ccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35ccf5 Color CSS Codes

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

#35ccf5 Text Font Color

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

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


#35ccf5 Background Color

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

This div background color is #35ccf5


#35ccf5 Border Color

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

This div border color is #35ccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35ccf5


Comments

No comments written yet.

Please login to write comment.