Color Hex Logo

#4ccbea Color Hex

#4CCBEA
(76,203,234)
0 Favorites   0 Comments

Color spaces of #4ccbea

RGB 76203234
HSL0.530.790.61
HSV192°68°92°
CMYK 0.680.130.00   0.08
XYZ39.187750.188985.4639
Yxy50.18890.22410.2871
Hunter Lab70.8441-25.2393-21.9345
CIE-Lab76.1851-25.2087-25.5494

#4ccbea color RGB value is (76,203,234).

#4ccbea hex color red value is 76, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4ccbea hue: 0.53 , saturation: 0.79 and the lightness value of 4ccbea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11101010
Octal 114 313 352
Decimal 76 203 234
Hex 4C CB EA

RGB Percentages of Color #4ccbea

%14.81
%39.57
%45.61

CMYK Percentages of Color #4ccbea

%68
%13
%0
%8

Triadic Colors of #4ccbea

#4ccbea #ea4ccb #cbea4c

Analogous Colors of #4ccbea

#4ccbea #4c7cea #4ceaba

Monochromatic Colors of #4ccbea

#4ccbea

Complementary Color

#4ccbea #ea6b4c

#4ccbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbea Color CSS Codes

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

#4ccbea Text Font Color

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

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


#4ccbea Background Color

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

This div background color is #4ccbea


#4ccbea Border Color

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

This div border color is #4ccbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,203,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbea


Comments

No comments written yet.

Please login to write comment.