Color Hex Logo

#4bdfed Color Hex

#4BDFED
(75,223,237)
0 Favorites   0 Comments

Color spaces of #4bdfed

RGB 75223237
HSL0.510.820.61
HSV185°68°93°
CMYK 0.680.060.00   0.07
XYZ44.575460.385689.4270
Yxy60.38560.22930.3106
Hunter Lab77.7082-33.5971-13.8355
CIE-Lab82.0473-34.1495-18.2508

#4bdfed color RGB value is (75,223,237).

#4bdfed hex color red value is 75, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4bdfed hue: 0.51 , saturation: 0.82 and the lightness value of 4bdfed is 0.61.

The process color (four color CMYK) of #4bdfed color hex is 0.68, 0.06, 0.00, 0.07. Web safe color of #4bdfed is #33ccff. Color #4bdfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011111 11101101
Octal 113 337 355
Decimal 75 223 237
Hex 4B DF ED

RGB Percentages of Color #4bdfed

%14.02
%41.68
%44.30

CMYK Percentages of Color #4bdfed

%68
%6
%0
%7

Triadic Colors of #4bdfed

#4bdfed #ed4bdf #dfed4b

Analogous Colors of #4bdfed

#4bdfed #4b8eed #4bedaa

Monochromatic Colors of #4bdfed

#4bdfed

Complementary Color

#4bdfed #ed594b

#4bdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdfed Color CSS Codes

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

#4bdfed Text Font Color

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

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


#4bdfed Background Color

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

This div background color is #4bdfed


#4bdfed Border Color

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

This div border color is #4bdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdfed


Comments

No comments written yet.

Please login to write comment.