Color Hex Logo

#c8bef2 Color Hex

#C8BEF2
(200,190,242)
0 Favorites   0 Comments

Color spaces of #c8bef2

RGB 200190242
HSL0.700.670.85
HSV252°21°95°
CMYK 0.170.210.00   0.05
XYZ58.259955.517191.6496
Yxy55.51710.28360.2703
Hunter Lab74.50989.1787-20.7719
CIE-Lab79.338213.7903-24.4607

#c8bef2 color RGB value is (200,190,242).

#c8bef2 hex color red value is 200, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #c8bef2 hue: 0.70 , saturation: 0.67 and the lightness value of c8bef2 is 0.85.

The process color (four color CMYK) of #c8bef2 color hex is 0.17, 0.21, 0.00, 0.05. Web safe color of #c8bef2 is #ccccff. Color #c8bef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111110 11110010
Octal 310 276 362
Decimal 200 190 242
Hex C8 BE F2

RGB Percentages of Color #c8bef2

%31.65
%30.06
%38.29

CMYK Percentages of Color #c8bef2

%17
%21
%0
%5

Triadic Colors of #c8bef2

#c8bef2 #f2c8be #bef2c8

Analogous Colors of #c8bef2

#c8bef2 #e2bef2 #becef2

Monochromatic Colors of #c8bef2

#c8bef2

Complementary Color

#c8bef2 #e8f2be

#c8bef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bef2 Color CSS Codes

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

#c8bef2 Text Font Color

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

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


#c8bef2 Background Color

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

This div background color is #c8bef2


#c8bef2 Border Color

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

This div border color is #c8bef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bef2

#c8bef2 Color Palettes


Comments

No comments written yet.

Please login to write comment.