Color Hex Logo

#4becef Color Hex

#4BECEF
(75,236,239)
0 Favorites   0 Comments

Color spaces of #4becef

RGB 75236239
HSL0.500.840.62
HSV181°69°94°
CMYK 0.690.010.00   0.06
XYZ48.477167.718892.1774
Yxy67.71880.23260.3250
Hunter Lab82.2914-38.8574-8.8087
CIE-Lab85.8656-39.5890-13.5683

#4becef color RGB value is (75,236,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101100 11101111
Octal 113 354 357
Decimal 75 236 239
Hex 4B EC EF

RGB Percentages of Color #4becef

%13.64
%42.91
%43.45

CMYK Percentages of Color #4becef

%69
%1
%0
%6

Triadic Colors of #4becef

#4becef #ef4bec #ecef4b

Analogous Colors of #4becef

#4becef #4b9aef #4befa0

Monochromatic Colors of #4becef

#4becef

Complementary Color

#4becef #ef4e4b

#4becef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4becef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4becef Color CSS Codes

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

#4becef Text Font Color

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

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


#4becef Background Color

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

This div background color is #4becef


#4becef Border Color

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

This div border color is #4becef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,236,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 #4becef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4becef


Comments

No comments written yet.

Please login to write comment.