Color Hex Logo

#4bedef Color Hex

#4BEDEF
(75,237,239)
0 Favorites   0 Comments

Color spaces of #4bedef

RGB 75237239
HSL0.500.840.62
HSV181°69°94°
CMYK 0.690.010.00   0.06
XYZ48.765868.296292.2736
Yxy68.29620.23300.3263
Hunter Lab82.6415-39.2919-8.3513
CIE-Lab86.1543-40.0419-13.1363

#4bedef color RGB value is (75,237,239).

#4bedef hex color red value is 75, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4bedef hue: 0.50 , saturation: 0.84 and the lightness value of 4bedef is 0.62.

The process color (four color CMYK) of #4bedef color hex is 0.69, 0.01, 0.00, 0.06. Web safe color of #4bedef is #33ffff. Color #4bedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101101 11101111
Octal 113 355 357
Decimal 75 237 239
Hex 4B ED EF

RGB Percentages of Color #4bedef

%13.61
%43.01
%43.38

CMYK Percentages of Color #4bedef

%69
%1
%0
%6

Triadic Colors of #4bedef

#4bedef #ef4bed #edef4b

Analogous Colors of #4bedef

#4bedef #4b9bef #4bef9f

Monochromatic Colors of #4bedef

#4bedef

Complementary Color

#4bedef #ef4d4b

#4bedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bedef Color CSS Codes

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

#4bedef Text Font Color

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

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


#4bedef Background Color

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

This div background color is #4bedef


#4bedef Border Color

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

This div border color is #4bedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bedef


Comments

No comments written yet.

Please login to write comment.