color codes Logo

#c4edfe color codes

#C4EDFE
(196,237,254)
0 Favorites   0 Comments

Color spaces of #c4edfe

RGB 196237254
HSL0.550.970.88
HSV198°23°100°
CMYK 0.230.070.00   0.00
XYZ70.938579.4599105.3644
Yxy79.45990.27740.3107
Hunter Lab89.1403-13.9439-7.6830
CIE-Lab91.4420-9.5696-12.5772

#c4edfe color RGB value is (196,237,254).

#c4edfe hex color red value is 196, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c4edfe hue: 0.55 , saturation: 0.97 and the lightness value of c4edfe is 0.88.

The process color (four color CMYK) of #c4edfe color code is 0.23, 0.07, 0.00, 0.00. Web safe color of #c4edfe is #ccffff. Color #c4edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101101 11111110
Octal 304 355 376
Decimal 196 237 254
Hex C4 ED FE

RGB Percentages of Color #c4edfe

%28.53
%34.50
%36.97

CMYK Percentages of Color #c4edfe

%23
%7
%0
%0

Triadic Colors of #c4edfe

#c4edfe #fec4ed #edfec4

Analogous Colors of #c4edfe

#c4edfe #c4d0fe #c4fef2

Monochromatic Colors of #c4edfe

#c4edfe

Complementary Color

#c4edfe #fed5c4

#c4edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4edfe Color CSS Codes

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

#c4edfe Text Font Color

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

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


#c4edfe Background Color

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

This div background color is #c4edfe


#c4edfe Border Color

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

This div border color is #c4edfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,237,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4edfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4edfe;
  -webkit-box-shadow: 1px 1px 3px 2px #c4edfe;
  box-shadow:         1px 1px 3px 2px #c4edfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,237,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4edfe

Related Colors


Comments

No comments written yet.

Please login to write comment.