Color Hex Logo

#c7beef Color Hex

#C7BEEF
(199,190,239)
0 Favorites   0 Comments

Color spaces of #c7beef

RGB 199190239
HSL0.700.600.84
HSV251°21°94°
CMYK 0.170.210.00   0.06
XYZ57.546655.201089.2832
Yxy55.20100.28480.2732
Hunter Lab74.29748.2357-19.2407
CIE-Lab79.156912.8312-23.1338

#c7beef color RGB value is (199,190,239).

#c7beef hex color red value is 199, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c7beef hue: 0.70 , saturation: 0.60 and the lightness value of c7beef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111110 11101111
Octal 307 276 357
Decimal 199 190 239
Hex C7 BE EF

RGB Percentages of Color #c7beef

%31.69
%30.25
%38.06

CMYK Percentages of Color #c7beef

%17
%21
%0
%6

Triadic Colors of #c7beef

#c7beef #efc7be #beefc7

Analogous Colors of #c7beef

#c7beef #e0beef #beceef

Monochromatic Colors of #c7beef

#c7beef

Complementary Color

#c7beef #e6efbe

#c7beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7beef Color CSS Codes

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

#c7beef Text Font Color

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

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


#c7beef Background Color

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

This div background color is #c7beef


#c7beef Border Color

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

This div border color is #c7beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7beef


Comments

No comments written yet.

Please login to write comment.