Color Hex Logo

#c7bfed Color Hex

#C7BFED
(199,191,237)
0 Favorites   0 Comments

Color spaces of #c7bfed

RGB 199191237
HSL0.700.560.84
HSV250°19°93°
CMYK 0.160.190.00   0.07
XYZ57.470155.518187.8078
Yxy55.51810.28620.2765
Hunter Lab74.51057.2841-17.7137
CIE-Lab79.338811.8598-21.7834

#c7bfed color RGB value is (199,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 11101101
Octal 307 277 355
Decimal 199 191 237
Hex C7 BF ED

RGB Percentages of Color #c7bfed

%31.74
%30.46
%37.80

CMYK Percentages of Color #c7bfed

%16
%19
%0
%7

Triadic Colors of #c7bfed

#c7bfed #edc7bf #bfedc7

Analogous Colors of #c7bfed

#c7bfed #debfed #bfceed

Monochromatic Colors of #c7bfed

#c7bfed

Complementary Color

#c7bfed #e5edbf

#c7bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfed Color CSS Codes

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

#c7bfed Text Font Color

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

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


#c7bfed Background Color

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

This div background color is #c7bfed


#c7bfed Border Color

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

This div border color is #c7bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfed


Comments

No comments written yet.

Please login to write comment.