Color Hex Logo

#c6beee Color Hex

#C6BEEE
(198,190,238)
1 Favorites   0 Comments

Color spaces of #c6beee

RGB 198190238
HSL0.690.590.84
HSV250°20°93°
CMYK 0.170.200.00   0.07
XYZ57.134855.005788.4948
Yxy55.00570.28480.2742
Hunter Lab74.16587.7201-18.8289
CIE-Lab79.044612.3041-22.7749

#c6beee color RGB value is (198,190,238).

#c6beee hex color red value is 198, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c6beee hue: 0.69 , saturation: 0.59 and the lightness value of c6beee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111110 11101110
Octal 306 276 356
Decimal 198 190 238
Hex C6 BE EE

RGB Percentages of Color #c6beee

%31.63
%30.35
%38.02

CMYK Percentages of Color #c6beee

%17
%20
%0
%7

Triadic Colors of #c6beee

#c6beee #eec6be #beeec6

Analogous Colors of #c6beee

#c6beee #debeee #beceee

Monochromatic Colors of #c6beee

#c6beee

Complementary Color

#c6beee #e6eebe

#c6beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6beee Color CSS Codes

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

#c6beee Text Font Color

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

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


#c6beee Background Color

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

This div background color is #c6beee


#c6beee Border Color

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

This div border color is #c6beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6beee

#c6beee Color Palettes


Comments

No comments written yet.

Please login to write comment.