Color Hex Logo

#4ccbff Color Hex

#4CCBFF
(76,203,255)
0 Favorites   0 Comments

Color spaces of #4ccbff

RGB 76203255
HSL0.551.000.65
HSV197°70°100°
CMYK 0.700.200.00   0.00
XYZ42.386451.4684102.3081
Yxy51.46840.21610.2624
Hunter Lab71.7415-20.0860-34.3324
CIE-Lab76.9619-18.6954-35.6114

#4ccbff color RGB value is (76,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11111111
Octal 114 313 377
Decimal 76 203 255
Hex 4C CB FF

RGB Percentages of Color #4ccbff

%14.23
%38.01
%47.75

CMYK Percentages of Color #4ccbff

%70
%20
%0
%0

Triadic Colors of #4ccbff

#4ccbff #ff4ccb #cbff4c

Analogous Colors of #4ccbff

#4ccbff #4c72ff #4cffda

Monochromatic Colors of #4ccbff

#4ccbff

Complementary Color

#4ccbff #ff804c

#4ccbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbff Color CSS Codes

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

#4ccbff Text Font Color

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

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


#4ccbff Background Color

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

This div background color is #4ccbff


#4ccbff Border Color

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

This div border color is #4ccbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbff

Related Colors


Comments

No comments written yet.

Please login to write comment.