Color Hex Logo

#ccf915 Color Hex

#CCF915
(204,249,21)
0 Favorites   0 Comments

Color spaces of #ccf915

RGB 20424921
HSL0.200.950.53
HSV72°92°98°
CMYK 0.180.000.92   0.02
XYZ58.912980.642913.1701
Yxy80.64290.38570.5280
Hunter Lab89.8014-40.050154.1656
CIE-Lab91.9726-39.087287.2497

#ccf915 color RGB value is (204,249,21).

#ccf915 hex color red value is 204, green value is 249 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ccf915 hue: 0.20 , saturation: 0.95 and the lightness value of ccf915 is 0.53.

The process color (four color CMYK) of #ccf915 color hex is 0.18, 0.00, 0.92, 0.02. Web safe color of #ccf915 is #ccff00. Color #ccf915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 00010101
Octal 314 371 25
Decimal 204 249 21
Hex CC F9 15

RGB Percentages of Color #ccf915

%43.04
%52.53
%4.43

CMYK Percentages of Color #ccf915

%18
%0
%92
%2

Triadic Colors of #ccf915

#ccf915 #15ccf9 #f915cc

Analogous Colors of #ccf915

#ccf915 #5af915 #f9b415

Monochromatic Colors of #ccf915

#ccf915

Complementary Color

#ccf915 #4215f9

#ccf915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf915 Color CSS Codes

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

#ccf915 Text Font Color

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

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


#ccf915 Background Color

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

This div background color is #ccf915


#ccf915 Border Color

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

This div border color is #ccf915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf915


Comments

No comments written yet.

Please login to write comment.