Color Hex Logo

#4bdaf8 Color Hex

#4BDAF8
(75,218,248)
0 Favorites   0 Comments

Color spaces of #4bdaf8

RGB 75218248
HSL0.530.930.63
HSV190°70°97°
CMYK 0.700.120.00   0.03
XYZ44.916358.416097.7150
Yxy58.41600.22340.2906
Hunter Lab76.4304-28.8529-22.3001
CIE-Lab80.9695-28.5160-25.7252

#4bdaf8 color RGB value is (75,218,248).

#4bdaf8 hex color red value is 75, green value is 218 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4bdaf8 hue: 0.53 , saturation: 0.93 and the lightness value of 4bdaf8 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011010 11111000
Octal 113 332 370
Decimal 75 218 248
Hex 4B DA F8

RGB Percentages of Color #4bdaf8

%13.86
%40.30
%45.84

CMYK Percentages of Color #4bdaf8

%70
%12
%0
%3

Triadic Colors of #4bdaf8

#4bdaf8 #f84bda #daf84b

Analogous Colors of #4bdaf8

#4bdaf8 #4b84f8 #4bf8c0

Monochromatic Colors of #4bdaf8

#4bdaf8

Complementary Color

#4bdaf8 #f8694b

#4bdaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdaf8 Color CSS Codes

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

#4bdaf8 Text Font Color

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

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


#4bdaf8 Background Color

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

This div background color is #4bdaf8


#4bdaf8 Border Color

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

This div border color is #4bdaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdaf8


Comments

No comments written yet.

Please login to write comment.