Color Hex Logo

#c3cfee Color Hex

#C3CFEE
(195,207,238)
0 Favorites   0 Comments

Color spaces of #c3cfee

RGB 195207238
HSL0.620.560.85
HSV223°18°93°
CMYK 0.180.130.00   0.07
XYZ60.251162.400889.7579
Yxy62.40080.28370.2938
Hunter Lab78.9942-2.0928-12.0729
CIE-Lab83.12612.2478-16.6215

#c3cfee color RGB value is (195,207,238).

#c3cfee hex color red value is 195, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c3cfee hue: 0.62 , saturation: 0.56 and the lightness value of c3cfee is 0.85.

The process color (four color CMYK) of #c3cfee color hex is 0.18, 0.13, 0.00, 0.07. Web safe color of #c3cfee is #ccccff. Color #c3cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 11101110
Octal 303 317 356
Decimal 195 207 238
Hex C3 CF EE

RGB Percentages of Color #c3cfee

%30.47
%32.34
%37.19

CMYK Percentages of Color #c3cfee

%18
%13
%0
%7

Triadic Colors of #c3cfee

#c3cfee #eec3cf #cfeec3

Analogous Colors of #c3cfee

#c3cfee #cdc3ee #c3e5ee

Monochromatic Colors of #c3cfee

#c3cfee

Complementary Color

#c3cfee #eee2c3

#c3cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cfee Color CSS Codes

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

#c3cfee Text Font Color

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

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


#c3cfee Background Color

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

This div background color is #c3cfee


#c3cfee Border Color

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

This div border color is #c3cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cfee


Comments

No comments written yet.

Please login to write comment.