Color Hex Logo

#c3beec Color Hex

#C3BEEC
(195,190,236)
0 Favorites   0 Comments

Color spaces of #c3beec

RGB 195190236
HSL0.680.550.84
HSV247°19°93°
CMYK 0.170.190.00   0.07
XYZ56.059554.485186.9189
Yxy54.48510.28390.2759
Hunter Lab73.81406.3908-18.1465
CIE-Lab78.743810.9366-22.1789

#c3beec color RGB value is (195,190,236).

#c3beec hex color red value is 195, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c3beec hue: 0.68 , saturation: 0.55 and the lightness value of c3beec is 0.84.

The process color (four color CMYK) of #c3beec color hex is 0.17, 0.19, 0.00, 0.07. Web safe color of #c3beec is #ccccff. Color #c3beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 11101100
Octal 303 276 354
Decimal 195 190 236
Hex C3 BE EC

RGB Percentages of Color #c3beec

%31.40
%30.60
%38.00

CMYK Percentages of Color #c3beec

%17
%19
%0
%7

Triadic Colors of #c3beec

#c3beec #ecc3be #beecc3

Analogous Colors of #c3beec

#c3beec #dabeec #bed0ec

Monochromatic Colors of #c3beec

#c3beec

Complementary Color

#c3beec #e7ecbe

#c3beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3beec Color CSS Codes

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

#c3beec Text Font Color

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

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


#c3beec Background Color

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

This div background color is #c3beec


#c3beec Border Color

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

This div border color is #c3beec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,190,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3beec


Comments

No comments written yet.

Please login to write comment.