Color Hex Logo

#4bdfeb Color Hex

#4BDFEB
(75,223,235)
0 Favorites   0 Comments

Color spaces of #4bdfeb

RGB 75223235
HSL0.510.800.61
HSV185°68°92°
CMYK 0.680.050.00   0.08
XYZ44.284760.269487.8964
Yxy60.26940.23010.3132
Hunter Lab77.6334-34.0360-12.7847
CIE-Lab81.9844-34.7245-17.2845

#4bdfeb color RGB value is (75,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011111 11101011
Octal 113 337 353
Decimal 75 223 235
Hex 4B DF EB

RGB Percentages of Color #4bdfeb

%14.07
%41.84
%44.09

CMYK Percentages of Color #4bdfeb

%68
%5
%0
%8

Triadic Colors of #4bdfeb

#4bdfeb #eb4bdf #dfeb4b

Analogous Colors of #4bdfeb

#4bdfeb #4b8feb #4beba7

Monochromatic Colors of #4bdfeb

#4bdfeb

Complementary Color

#4bdfeb #eb574b

#4bdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdfeb Color CSS Codes

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

#4bdfeb Text Font Color

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

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


#4bdfeb Background Color

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

This div background color is #4bdfeb


#4bdfeb Border Color

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

This div border color is #4bdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdfeb


Comments

No comments written yet.

Please login to write comment.