Color Hex Logo

#35bafd Color Hex

#35BAFD
(53,186,253)
0 Favorites   0 Comments

Color spaces of #35bafd

RGB 53186253
HSL0.560.980.60
HSV200°79°99°
CMYK 0.790.260.00   0.01
XYZ36.756742.966599.2846
Yxy42.96650.20530.2400
Hunter Lab65.5488-14.6161-43.9204
CIE-Lab71.5322-13.0135-43.0238

#35bafd color RGB value is (53,186,253).

#35bafd hex color red value is 53, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #35bafd hue: 0.56 , saturation: 0.98 and the lightness value of 35bafd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111010 11111101
Octal 65 272 375
Decimal 53 186 253
Hex 35 BA FD

RGB Percentages of Color #35bafd

%10.77
%37.80
%51.42

CMYK Percentages of Color #35bafd

%79
%26
%0
%1

Triadic Colors of #35bafd

#35bafd #fd35ba #bafd35

Analogous Colors of #35bafd

#35bafd #3556fd #35fddc

Monochromatic Colors of #35bafd

#35bafd

Complementary Color

#35bafd #fd7835

#35bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35bafd Color CSS Codes

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

#35bafd Text Font Color

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

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


#35bafd Background Color

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

This div background color is #35bafd


#35bafd Border Color

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

This div border color is #35bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.