Color Hex Logo

#4bdeee Color Hex

#4BDEEE
(75,222,238)
0 Favorites   0 Comments

Color spaces of #4bdeee

RGB 75222238
HSL0.520.830.61
HSV186°68°93°
CMYK 0.680.070.00   0.07
XYZ44.455559.911590.1099
Yxy59.91150.22860.3081
Hunter Lab77.4025-32.9344-14.8420
CIE-Lab81.7901-33.3892-19.1699

#4bdeee color RGB value is (75,222,238).

#4bdeee hex color red value is 75, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4bdeee hue: 0.52 , saturation: 0.83 and the lightness value of 4bdeee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011110 11101110
Octal 113 336 356
Decimal 75 222 238
Hex 4B DE EE

RGB Percentages of Color #4bdeee

%14.02
%41.50
%44.49

CMYK Percentages of Color #4bdeee

%68
%7
%0
%7

Triadic Colors of #4bdeee

#4bdeee #ee4bde #deee4b

Analogous Colors of #4bdeee

#4bdeee #4b8dee #4beead

Monochromatic Colors of #4bdeee

#4bdeee

Complementary Color

#4bdeee #ee5b4b

#4bdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdeee Color CSS Codes

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

#4bdeee Text Font Color

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

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


#4bdeee Background Color

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

This div background color is #4bdeee


#4bdeee Border Color

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

This div border color is #4bdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdeee


Comments

No comments written yet.

Please login to write comment.