Color Hex Logo

#4cdbf8 Color Hex

#4CDBF8
(76,219,248)
0 Favorites   0 Comments

Color spaces of #4cdbf8

RGB 76219248
HSL0.530.920.64
HSV190°69°97°
CMYK 0.690.120.00   0.03
XYZ45.255358.976897.8054
Yxy58.97680.22400.2919
Hunter Lab76.7964-29.2054-21.7524
CIE-Lab81.2788-28.8719-25.2513

#4cdbf8 color RGB value is (76,219,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011011 11111000
Octal 114 333 370
Decimal 76 219 248
Hex 4C DB F8

RGB Percentages of Color #4cdbf8

%14.00
%40.33
%45.67

CMYK Percentages of Color #4cdbf8

%69
%12
%0
%3

Triadic Colors of #4cdbf8

#4cdbf8 #f84cdb #dbf84c

Analogous Colors of #4cdbf8

#4cdbf8 #4c85f8 #4cf8bf

Monochromatic Colors of #4cdbf8

#4cdbf8

Complementary Color

#4cdbf8 #f8694c

#4cdbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdbf8 Color CSS Codes

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

#4cdbf8 Text Font Color

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

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


#4cdbf8 Background Color

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

This div background color is #4cdbf8


#4cdbf8 Border Color

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

This div border color is #4cdbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdbf8

Related Colors


Comments

No comments written yet.

Please login to write comment.