Color Hex Logo

#35cbf8 Color Hex

#35CBF8
(53,203,248)
0 Favorites   0 Comments

Color spaces of #35cbf8

RGB 53203248
HSL0.540.930.59
HSV194°79°97°
CMYK 0.790.180.00   0.03
XYZ39.767450.246196.4094
Yxy50.24610.21330.2695
Hunter Lab70.8845-23.9063-31.0207
CIE-Lab76.2201-23.5336-33.0508

#35cbf8 color RGB value is (53,203,248).

#35cbf8 hex color red value is 53, green value is 203 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #35cbf8 hue: 0.54 , saturation: 0.93 and the lightness value of 35cbf8 is 0.59.

The process color (four color CMYK) of #35cbf8 color hex is 0.79, 0.18, 0.00, 0.03. Web safe color of #35cbf8 is #33ccff. Color #35cbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001011 11111000
Octal 65 313 370
Decimal 53 203 248
Hex 35 CB F8

RGB Percentages of Color #35cbf8

%10.52
%40.28
%49.21

CMYK Percentages of Color #35cbf8

%79
%18
%0
%3

Triadic Colors of #35cbf8

#35cbf8 #f835cb #cbf835

Analogous Colors of #35cbf8

#35cbf8 #356af8 #35f8c4

Monochromatic Colors of #35cbf8

#35cbf8

Complementary Color

#35cbf8 #f86235

#35cbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cbf8 Color CSS Codes

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

#35cbf8 Text Font Color

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

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


#35cbf8 Background Color

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

This div background color is #35cbf8


#35cbf8 Border Color

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

This div border color is #35cbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cbf8


Comments

No comments written yet.

Please login to write comment.