Color Hex Logo

#4cbdcf Color Hex

#4CBDCF
(76,189,207)
0 Favorites   0 Comments

Color spaces of #4cbdcf

RGB 76189207
HSL0.520.580.55
HSV188°63°81°
CMYK 0.630.090.00   0.19
XYZ32.440642.436765.5128
Yxy42.43670.23110.3023
Hunter Lab65.1435-25.1104-14.0257
CIE-Lab71.1710-26.3123-18.5491

#4cbdcf color RGB value is (76,189,207).

#4cbdcf hex color red value is 76, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4cbdcf hue: 0.52 , saturation: 0.58 and the lightness value of 4cbdcf is 0.55.

The process color (four color CMYK) of #4cbdcf color hex is 0.63, 0.09, 0.00, 0.19. Web safe color of #4cbdcf is #33cccc. Color #4cbdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111101 11001111
Octal 114 275 317
Decimal 76 189 207
Hex 4C BD CF

RGB Percentages of Color #4cbdcf

%16.10
%40.04
%43.86

CMYK Percentages of Color #4cbdcf

%63
%9
%0
%19

Triadic Colors of #4cbdcf

#4cbdcf #cf4cbd #bdcf4c

Analogous Colors of #4cbdcf

#4cbdcf #4c7ccf #4ccfa0

Monochromatic Colors of #4cbdcf

#4cbdcf

Complementary Color

#4cbdcf #cf5e4c

#4cbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbdcf Color CSS Codes

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

#4cbdcf Text Font Color

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

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


#4cbdcf Background Color

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

This div background color is #4cbdcf


#4cbdcf Border Color

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

This div border color is #4cbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbdcf


Comments

No comments written yet.

Please login to write comment.