Color Hex Logo

#d7ceef Color Hex

#D7CEEF
(215,206,239)
0 Favorites   0 Comments

Color spaces of #d7ceef

RGB 215206239
HSL0.710.510.87
HSV256°14°94°
CMYK 0.100.140.00   0.06
XYZ65.675664.821790.7117
Yxy64.82170.29690.2930
Hunter Lab80.51194.7111-10.4429
CIE-Lab84.39189.3138-15.1013

#d7ceef color RGB value is (215,206,239).

#d7ceef hex color red value is 215, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d7ceef hue: 0.71 , saturation: 0.51 and the lightness value of d7ceef is 0.87.

The process color (four color CMYK) of #d7ceef color hex is 0.10, 0.14, 0.00, 0.06. Web safe color of #d7ceef is #ccccff. Color #d7ceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001110 11101111
Octal 327 316 357
Decimal 215 206 239
Hex D7 CE EF

RGB Percentages of Color #d7ceef

%32.58
%31.21
%36.21

CMYK Percentages of Color #d7ceef

%10
%14
%0
%6

Triadic Colors of #d7ceef

#d7ceef #efd7ce #ceefd7

Analogous Colors of #d7ceef

#d7ceef #e8ceef #ced6ef

Monochromatic Colors of #d7ceef

#d7ceef

Complementary Color

#d7ceef #e6efce

#d7ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ceef Color CSS Codes

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

#d7ceef Text Font Color

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

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


#d7ceef Background Color

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

This div background color is #d7ceef


#d7ceef Border Color

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

This div border color is #d7ceef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,206,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 #d7ceef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ceef

#d7ceef Color Palettes


Comments

No comments written yet.

Please login to write comment.