Color Hex Logo

#4bbede Color Hex

#4BBEDE
(75,190,222)
0 Favorites   0 Comments

Color spaces of #4bbede

RGB 75190222
HSL0.540.690.58
HSV193°66°87°
CMYK 0.660.140.00   0.13
XYZ34.499943.596775.7039
Yxy43.59670.22430.2835
Hunter Lab66.0278-22.2814-21.7592
CIE-Lab71.9581-22.4626-25.5286

#4bbede color RGB value is (75,190,222).

#4bbede hex color red value is 75, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4bbede hue: 0.54 , saturation: 0.69 and the lightness value of 4bbede is 0.58.

The process color (four color CMYK) of #4bbede color hex is 0.66, 0.14, 0.00, 0.13. Web safe color of #4bbede is #33cccc. Color #4bbede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 11011110
Octal 113 276 336
Decimal 75 190 222
Hex 4B BE DE

RGB Percentages of Color #4bbede

%15.40
%39.01
%45.59

CMYK Percentages of Color #4bbede

%66
%14
%0
%13

Triadic Colors of #4bbede

#4bbede #de4bbe #bede4b

Analogous Colors of #4bbede

#4bbede #4b75de #4bdeb5

Monochromatic Colors of #4bbede

#4bbede

Complementary Color

#4bbede #de6b4b

#4bbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbede Color CSS Codes

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

#4bbede Text Font Color

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

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


#4bbede Background Color

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

This div background color is #4bbede


#4bbede Border Color

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

This div border color is #4bbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbede


Comments

No comments written yet.

Please login to write comment.