Color Hex Logo

#ccbef1 Color Hex

#CCBEF1
(204,190,241)
0 Favorites   0 Comments

Color spaces of #ccbef1

RGB 204190241
HSL0.710.650.85
HSV256°21°95°
CMYK 0.150.210.00   0.05
XYZ59.192556.015290.9113
Yxy56.01520.28720.2718
Hunter Lab74.843310.1973-19.6286
CIE-Lab79.622514.8193-23.4621

#ccbef1 color RGB value is (204,190,241).

#ccbef1 hex color red value is 204, green value is 190 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ccbef1 hue: 0.71 , saturation: 0.65 and the lightness value of ccbef1 is 0.85.

The process color (four color CMYK) of #ccbef1 color hex is 0.15, 0.21, 0.00, 0.05. Web safe color of #ccbef1 is #ccccff. Color #ccbef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 11110001
Octal 314 276 361
Decimal 204 190 241
Hex CC BE F1

RGB Percentages of Color #ccbef1

%32.13
%29.92
%37.95

CMYK Percentages of Color #ccbef1

%15
%21
%0
%5

Triadic Colors of #ccbef1

#ccbef1 #f1ccbe #bef1cc

Analogous Colors of #ccbef1

#ccbef1 #e6bef1 #becaf1

Monochromatic Colors of #ccbef1

#ccbef1

Complementary Color

#ccbef1 #e3f1be

#ccbef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbef1 Color CSS Codes

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

#ccbef1 Text Font Color

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

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


#ccbef1 Background Color

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

This div background color is #ccbef1


#ccbef1 Border Color

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

This div border color is #ccbef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbef1

Related Colors


Comments

No comments written yet.

Please login to write comment.