Color Hex Logo

#4bcdf9 Color Hex

#4BCDF9
(75,205,249)
0 Favorites   0 Comments

Color spaces of #4bcdf9

RGB 75205249
HSL0.540.940.64
HSV195°70°98°
CMYK 0.700.180.00   0.02
XYZ41.831951.998197.4544
Yxy51.99810.21870.2718
Hunter Lab72.1097-22.6415-29.6521
CIE-Lab77.2797-21.7384-31.9153

#4bcdf9 color RGB value is (75,205,249).

#4bcdf9 hex color red value is 75, green value is 205 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #4bcdf9 hue: 0.54 , saturation: 0.94 and the lightness value of 4bcdf9 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001101 11111001
Octal 113 315 371
Decimal 75 205 249
Hex 4B CD F9

RGB Percentages of Color #4bcdf9

%14.18
%38.75
%47.07

CMYK Percentages of Color #4bcdf9

%70
%18
%0
%2

Triadic Colors of #4bcdf9

#4bcdf9 #f94bcd #cdf94b

Analogous Colors of #4bcdf9

#4bcdf9 #4b76f9 #4bf9ce

Monochromatic Colors of #4bcdf9

#4bcdf9

Complementary Color

#4bcdf9 #f9774b

#4bcdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcdf9 Color CSS Codes

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

#4bcdf9 Text Font Color

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

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


#4bcdf9 Background Color

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

This div background color is #4bcdf9


#4bcdf9 Border Color

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

This div border color is #4bcdf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,205,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcdf9


Comments

No comments written yet.

Please login to write comment.