Color Hex Logo

#4cdbff Color Hex

#4CDBFF
(76,219,255)
0 Favorites   0 Comments

Color spaces of #4cdbff

RGB 76219255
HSL0.531.000.65
HSV192°70°100°
CMYK 0.700.140.00   0.00
XYZ46.362059.4195103.6333
Yxy59.41950.22140.2837
Hunter Lab77.0840-27.5387-25.7518
CIE-Lab81.5216-26.7614-28.5919

#4cdbff color RGB value is (76,219,255).

#4cdbff hex color red value is 76, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4cdbff hue: 0.53 , saturation: 1.00 and the lightness value of 4cdbff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011011 11111111
Octal 114 333 377
Decimal 76 219 255
Hex 4C DB FF

RGB Percentages of Color #4cdbff

%13.82
%39.82
%46.36

CMYK Percentages of Color #4cdbff

%70
%14
%0
%0

Triadic Colors of #4cdbff

#4cdbff #ff4cdb #dbff4c

Analogous Colors of #4cdbff

#4cdbff #4c82ff #4cffca

Monochromatic Colors of #4cdbff

#4cdbff

Complementary Color

#4cdbff #ff704c

#4cdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdbff Color CSS Codes

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

#4cdbff Text Font Color

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

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


#4cdbff Background Color

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

This div background color is #4cdbff


#4cdbff Border Color

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

This div border color is #4cdbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdbff


Comments

No comments written yet.

Please login to write comment.