Color Hex Logo

#c3ebfe Color Hex

#C3EBFE
(195,235,254)
1 Favorites   0 Comments

Color spaces of #c3ebfe

RGB 195235254
HSL0.550.970.88
HSV199°23°100°
CMYK 0.230.070.00   0.00
XYZ70.103478.1745105.1603
Yxy78.17450.27660.3085
Hunter Lab88.4163-13.1998-8.6267
CIE-Lab90.8595-8.8456-13.4537

#c3ebfe color RGB value is (195,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101011 11111110
Octal 303 353 376
Decimal 195 235 254
Hex C3 EB FE

RGB Percentages of Color #c3ebfe

%28.51
%34.36
%37.13

CMYK Percentages of Color #c3ebfe

%23
%7
%0
%0

Triadic Colors of #c3ebfe

#c3ebfe #fec3eb #ebfec3

Analogous Colors of #c3ebfe

#c3ebfe #c3cefe #c3fef4

Monochromatic Colors of #c3ebfe

#c3ebfe

Complementary Color

#c3ebfe #fed6c3

#c3ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ebfe Color CSS Codes

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

#c3ebfe Text Font Color

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

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


#c3ebfe Background Color

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

This div background color is #c3ebfe


#c3ebfe Border Color

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

This div border color is #c3ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ebfe


Comments

No comments written yet.

Please login to write comment.