Color Hex Logo

#4bcced Color Hex

#4BCCED
(75,204,237)
0 Favorites   0 Comments

Color spaces of #4bcced

RGB 75204237
HSL0.530.820.61
HSV192°68°93°
CMYK 0.680.140.00   0.07
XYZ39.780650.796087.8287
Yxy50.79600.22300.2847
Hunter Lab71.2713-25.0937-23.1740
CIE-Lab76.5553-24.9371-26.5973

#4bcced color RGB value is (75,204,237).

#4bcced hex color red value is 75, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4bcced hue: 0.53 , saturation: 0.82 and the lightness value of 4bcced is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001100 11101101
Octal 113 314 355
Decimal 75 204 237
Hex 4B CC ED

RGB Percentages of Color #4bcced

%14.53
%39.53
%45.93

CMYK Percentages of Color #4bcced

%68
%14
%0
%7

Triadic Colors of #4bcced

#4bcced #ed4bcc #cced4b

Analogous Colors of #4bcced

#4bcced #4b7bed #4bedbd

Monochromatic Colors of #4bcced

#4bcced

Complementary Color

#4bcced #ed6c4b

#4bcced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcced Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcced Color CSS Codes

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

#4bcced Text Font Color

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

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


#4bcced Background Color

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

This div background color is #4bcced


#4bcced Border Color

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

This div border color is #4bcced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcced


Comments

No comments written yet.

Please login to write comment.