Color Hex Logo

#4bb8e1 Color Hex

#4BB8E1
(75,184,225)
0 Favorites   0 Comments

Color spaces of #4bb8e1

RGB 75184225
HSL0.550.710.59
HSV196°67°88°
CMYK 0.670.180.00   0.12
XYZ33.632741.213177.4164
Yxy41.21310.22090.2707
Hunter Lab64.1974-18.8303-26.5603
CIE-Lab70.3250-18.4370-29.6705

#4bb8e1 color RGB value is (75,184,225).

#4bb8e1 hex color red value is 75, green value is 184 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #4bb8e1 hue: 0.55 , saturation: 0.71 and the lightness value of 4bb8e1 is 0.59.

The process color (four color CMYK) of #4bb8e1 color hex is 0.67, 0.18, 0.00, 0.12. Web safe color of #4bb8e1 is #33cccc. Color #4bb8e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111000 11100001
Octal 113 270 341
Decimal 75 184 225
Hex 4B B8 E1

RGB Percentages of Color #4bb8e1

%15.50
%38.02
%46.49

CMYK Percentages of Color #4bb8e1

%67
%18
%0
%12

Triadic Colors of #4bb8e1

#4bb8e1 #e14bb8 #b8e14b

Analogous Colors of #4bb8e1

#4bb8e1 #4b6de1 #4be1bf

Monochromatic Colors of #4bb8e1

#4bb8e1

Complementary Color

#4bb8e1 #e1744b

#4bb8e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb8e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb8e1 Color CSS Codes

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

#4bb8e1 Text Font Color

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

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


#4bb8e1 Background Color

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

This div background color is #4bb8e1


#4bb8e1 Border Color

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

This div border color is #4bb8e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb8e1


Comments

No comments written yet.

Please login to write comment.