Color Hex Logo

#4cbced Color Hex

#4CBCED
(76,188,237)
0 Favorites   0 Comments

Color spaces of #4cbced

RGB 76188237
HSL0.550.820.61
HSV198°68°93°
CMYK 0.680.210.00   0.07
XYZ36.249843.617486.6292
Yxy43.61740.21770.2620
Hunter Lab66.0435-17.6014-31.5402
CIE-Lab71.9720-16.5915-33.6480

#4cbced color RGB value is (76,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 11101101
Octal 114 274 355
Decimal 76 188 237
Hex 4C BC ED

RGB Percentages of Color #4cbced

%15.17
%37.52
%47.31

CMYK Percentages of Color #4cbced

%68
%21
%0
%7

Triadic Colors of #4cbced

#4cbced #ed4cbc #bced4c

Analogous Colors of #4cbced

#4cbced #4c6ced #4cedce

Monochromatic Colors of #4cbced

#4cbced

Complementary Color

#4cbced #ed7d4c

#4cbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbced Color CSS Codes

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

#4cbced Text Font Color

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

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


#4cbced Background Color

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

This div background color is #4cbced


#4cbced Border Color

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

This div border color is #4cbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbced


Comments

No comments written yet.

Please login to write comment.