Color Hex Logo

#35befd Color Hex

#35BEFD
(53,190,253)
0 Favorites   0 Comments

Color spaces of #35befd

RGB 53190253
HSL0.550.980.60
HSV199°79°99°
CMYK 0.790.250.00   0.01
XYZ37.611344.675699.5694
Yxy44.67560.20680.2457
Hunter Lab66.8398-16.5263-41.5348
CIE-Lab72.6778-15.1496-41.2340

#35befd color RGB value is (53,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10111110 11111101
Octal 65 276 375
Decimal 53 190 253
Hex 35 BE FD

RGB Percentages of Color #35befd

%10.69
%38.31
%51.01

CMYK Percentages of Color #35befd

%79
%25
%0
%1

Triadic Colors of #35befd

#35befd #fd35be #befd35

Analogous Colors of #35befd

#35befd #355afd #35fdd8

Monochromatic Colors of #35befd

#35befd

Complementary Color

#35befd #fd7435

#35befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#35befd Color CSS Codes

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

#35befd Text Font Color

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

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


#35befd Background Color

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

This div background color is #35befd


#35befd Border Color

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

This div border color is #35befd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,190,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 #35befd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35befd

Related Colors


Comments

No comments written yet.

Please login to write comment.