Color Hex Logo

#4bccef Color Hex

#4BCCEF
(75,204,239)
0 Favorites   0 Comments

Color spaces of #4bccef

RGB 75204239
HSL0.540.840.62
HSV193°69°94°
CMYK 0.690.150.00   0.06
XYZ40.074550.913689.3765
Yxy50.91360.22220.2823
Hunter Lab71.3538-24.6179-24.3180
CIE-Lab76.6266-24.3259-27.5615

#4bccef color RGB value is (75,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11101111
Octal 113 314 357
Decimal 75 204 239
Hex 4B CC EF

RGB Percentages of Color #4bccef

%14.48
%39.38
%46.14

CMYK Percentages of Color #4bccef

%69
%15
%0
%6

Triadic Colors of #4bccef

#4bccef #ef4bcc #ccef4b

Analogous Colors of #4bccef

#4bccef #4b7aef #4befc0

Monochromatic Colors of #4bccef

#4bccef

Complementary Color

#4bccef #ef6e4b

#4bccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bccef Color CSS Codes

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

#4bccef Text Font Color

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

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


#4bccef Background Color

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

This div background color is #4bccef


#4bccef Border Color

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

This div border color is #4bccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bccef


Comments

No comments written yet.

Please login to write comment.