Color Hex Logo

#4bbdfd Color Hex

#4BBDFD
(75,189,253)
0 Favorites   0 Comments

Color spaces of #4bbdfd

RGB 75189253
HSL0.560.980.64
HSV202°70°99°
CMYK 0.700.250.00   0.01
XYZ38.828944.982999.5646
Yxy44.98290.21170.2453
Hunter Lab67.0693-14.0310-41.0677
CIE-Lab72.8806-12.1048-40.8811

#4bbdfd color RGB value is (75,189,253).

#4bbdfd hex color red value is 75, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4bbdfd hue: 0.56 , saturation: 0.98 and the lightness value of 4bbdfd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111101 11111101
Octal 113 275 375
Decimal 75 189 253
Hex 4B BD FD

RGB Percentages of Color #4bbdfd

%14.51
%36.56
%48.94

CMYK Percentages of Color #4bbdfd

%70
%25
%0
%1

Triadic Colors of #4bbdfd

#4bbdfd #fd4bbd #bdfd4b

Analogous Colors of #4bbdfd

#4bbdfd #4b64fd #4bfde4

Monochromatic Colors of #4bbdfd

#4bbdfd

Complementary Color

#4bbdfd #fd8b4b

#4bbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbdfd Color CSS Codes

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

#4bbdfd Text Font Color

<p style="color:#4bbdfd">Text here</p>

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


#4bbdfd Background Color

<div style="background-color:#4bbdfd">
Div content here</div>

This div background color is #4bbdfd


#4bbdfd Border Color

<div style="border:3px solid #4bbdfd">
Div here</div>

This div border color is #4bbdfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,189,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bbdfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bbdfd;
  -webkit-box-shadow: 1px 1px 3px 2px #4bbdfd;
  box-shadow:         1px 1px 3px 2px #4bbdfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,189,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 #4bbdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbdfd


Comments

No comments written yet.

Please login to write comment.