Color Hex Logo

#4ccbf8 Color Hex

#4CCBF8
(76,203,248)
0 Favorites   0 Comments

Color spaces of #4ccbf8

RGB 76203248
HSL0.540.920.64
HSV196°69°97°
CMYK 0.690.180.00   0.03
XYZ41.279751.025796.4802
Yxy51.02570.21870.2703
Hunter Lab71.4323-21.8539-30.0776
CIE-Lab76.6946-20.8972-32.2797

#4ccbf8 color RGB value is (76,203,248).

#4ccbf8 hex color red value is 76, green value is 203 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4ccbf8 hue: 0.54 , saturation: 0.92 and the lightness value of 4ccbf8 is 0.64.

The process color (four color CMYK) of #4ccbf8 color hex is 0.69, 0.18, 0.00, 0.03. Web safe color of #4ccbf8 is #33ccff. Color #4ccbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11111000
Octal 114 313 370
Decimal 76 203 248
Hex 4C CB F8

RGB Percentages of Color #4ccbf8

%14.42
%38.52
%47.06

CMYK Percentages of Color #4ccbf8

%69
%18
%0
%3

Triadic Colors of #4ccbf8

#4ccbf8 #f84ccb #cbf84c

Analogous Colors of #4ccbf8

#4ccbf8 #4c75f8 #4cf8cf

Monochromatic Colors of #4ccbf8

#4ccbf8

Complementary Color

#4ccbf8 #f8794c

#4ccbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbf8 Color CSS Codes

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

#4ccbf8 Text Font Color

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

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


#4ccbf8 Background Color

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

This div background color is #4ccbf8


#4ccbf8 Border Color

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

This div border color is #4ccbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbf8

Related Colors


Comments

No comments written yet.

Please login to write comment.