Color Hex Logo

#c7edfd Color Hex

#C7EDFD
(199,237,253)
0 Favorites   0 Comments

Color spaces of #c7edfd

RGB 199237253
HSL0.550.930.89
HSV198°21°99°
CMYK 0.210.060.00   0.01
XYZ71.567079.8023104.5599
Yxy79.80230.27960.3118
Hunter Lab89.3321-13.3288-6.8642
CIE-Lab91.5961-8.8984-11.8067

#c7edfd color RGB value is (199,237,253).

#c7edfd hex color red value is 199, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c7edfd hue: 0.55 , saturation: 0.93 and the lightness value of c7edfd is 0.89.

The process color (four color CMYK) of #c7edfd color hex is 0.21, 0.06, 0.00, 0.01. Web safe color of #c7edfd is #ccffff. Color #c7edfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101101 11111101
Octal 307 355 375
Decimal 199 237 253
Hex C7 ED FD

RGB Percentages of Color #c7edfd

%28.88
%34.40
%36.72

CMYK Percentages of Color #c7edfd

%21
%6
%0
%1

Triadic Colors of #c7edfd

#c7edfd #fdc7ed #edfdc7

Analogous Colors of #c7edfd

#c7edfd #c7d2fd #c7fdf2

Monochromatic Colors of #c7edfd

#c7edfd

Complementary Color

#c7edfd #fdd7c7

#c7edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7edfd Color CSS Codes

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

#c7edfd Text Font Color

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

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


#c7edfd Background Color

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

This div background color is #c7edfd


#c7edfd Border Color

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

This div border color is #c7edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7edfd


Comments

No comments written yet.

Please login to write comment.